COLOR #BF824A

HEX: #BF824A
RGB: (191,130,74)

Color info

#BF824A contains mainly red color. Web safe color of #BF824A is #CC9933 (or #C93).

RGB color model

#BF824A color RGB value is (191,130,74).

  • red value is 191;
  • green value is 130;
  • blue value is 74.
RGB:
(191,130,74)
(75%,51%,29%)

RGB channels and saturation

R 191 of 255 = 75%
G 130 of 255 = 51%
B 74 of 255 = 29%

191
130
74

R + G + B ~ 52%. #BF824A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 130 + 74 = 395 (100%)
R 191 of 395 ~ 48.35%
G 130 of 395 ~ 32.91%
B 74 of 395 ~ 18.73%

%48.35
%32.91
%18.73

CMYK color model

#BF824A color CMYK value is (0,32,61,25).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 61.26%
  • key color value is 25.10%
CMYK:
(0,32,61,25)
C0M32Y61K25 
(0%,32%,61%,25%)
(0.00/0.32/0.61/0.25)	

CMYK percentages

%0
%31.94
%61.26
%25.1

Codes

Color #BF824A in popluar color models

BF824A
RGB19113074
HSL29°47.76%51.96%
HSB/HSV29°61.26%74.90%
CMYK0.00%31.94%61.26%
25.10%

Color #BF824A in popluar number systems.

HEXBF824A
Decimal19113074
Binary10111111100000101001010
Octal277202112

Shades and tints

Shades of #BF824A

#BF824A
(191,130,74)
#AE7744
(174,119,68)
#9D6C3E
(157,108,62)
#8C6138
(140,97,56)
#7B5632
(123,86,50)
#6A4B2C
(106,75,44)
#594026
(89,64,38)
#483520
(72,53,32)
#372A1A
(55,42,26)
#261F14
(38,31,20)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #BF824A

#BF824A
(191,130,74)
#C48D5A
(196,141,90)
#C9986A
(201,152,106)
#CEA37A
(206,163,122)
#D3AE8A
(211,174,138)
#D8B99A
(216,185,154)
#DDC4AA
(221,196,170)
#E2CFBA
(226,207,186)
#E7DACA
(231,218,202)
#ECE5DA
(236,229,218)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF824A color. Also use rgb(191,130,74) instead hex code.

Text Font Color

.myTextColor { color: #BF824A; }

<p style="color:#BF824A">This sample text font color is #BF824A.</p>

This text font color is #BF824A.


Background Color

.myBgColor { background-color: #BF824A; }

<div style="background-color:#BF824A">Inner text</div>

This div background color is #BF824A.


Border color

.myBorderColor { border: 1px solid #BF824A; }

<div style="border:3px solid #BF824A">Div</div>

This div border color is #BF824A.


Opacity

.myOpacity80 { color: #BF824A; opacity: 0.8; }

<p style="color:#BF824A;opacity:0.8;">80%</p>

Text with #BF824A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BF824A;}

<p style="text-shadow: 3px 3px 1px #BF824A">Text here.</p>

This text has shadow with #BF824A color.

.textShadow {text-shadow: 3px 3px 1px #BF824A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BF824A, 5px 5px 20px red">Text here.</p>

This text has shadow with #BF824A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BF824A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BF824A, Direction=45, Strength=4)">Text</p>

This text has shadow with #BF824A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BF824A;
  -webkit-box-shadow:	1px 1px 3px 2px #BF824A;
  box-shadow:		1px 1px 3px 2px #BF824A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BF824A;
-webkit-box-shadow: 1px 1px 3px 2px #BF824A;
box-shadow:1px 1px 3px 2px #BF824A;">
Div content here</div>
This div box has shadow with color #BF824A.

Preview

Color preview on black background

This text has color #BF824A on black background.


Color preview on white background

This text has color #BF824A on white background.



Black color preview on #BF824A background

This text has black color on #BF824A background.


White color preview on #BF824A background

This text has white color on #BF824A background.