COLOR #BD7B42

HEX: #BD7B42
RGB: (189,123,66)

Color info

#BD7B42 contains mainly red color. Web safe color of #BD7B42 is #CC6633 (or #C63).

RGB color model

#BD7B42 color RGB value is (189,123,66).

  • red value is 189;
  • green value is 123;
  • blue value is 66.
RGB:
(189,123,66)
(74%,48%,26%)

RGB channels and saturation

R 189 of 255 = 74%
G 123 of 255 = 48%
B 66 of 255 = 26%

189
123
66

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

Portions of RGB colors in percentages

R + G + B =
189 + 123 + 66 = 378 (100%)
R 189 of 378 ~ 50%
G 123 of 378 ~ 32.54%
B 66 of 378 ~ 17.46%

%50
%32.54
%17.46

CMYK color model

#BD7B42 color CMYK value is (0,35,65,26).

  • cyan value is 0.00%
  • magenta value is 34.92%
  • yellow value is 65.08%
  • key color value is 25.88%
CMYK:
(0,35,65,26)
C0M35Y65K26 
(0%,35%,65%,26%)
(0.00/0.35/0.65/0.26)	

CMYK percentages

%0
%34.92
%65.08
%25.88

Codes

Color #BD7B42 in popluar color models

BD7B42
RGB18912366
HSL28°48.24%50.00%
HSB/HSV28°65.08%74.12%
CMYK0.00%34.92%65.08%
25.88%

Color #BD7B42 in popluar number systems.

HEXBD7B42
Decimal18912366
Binary1011110111110111000010
Octal275173102

Shades and tints

Shades of #BD7B42

#BD7B42
(189,123,66)
#AC703C
(172,112,60)
#9B6536
(155,101,54)
#8A5A30
(138,90,48)
#794F2A
(121,79,42)
#684424
(104,68,36)
#57391E
(87,57,30)
#462E18
(70,46,24)
#352312
(53,35,18)
#24180C
(36,24,12)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #BD7B42

#BD7B42
(189,123,66)
#C38753
(195,135,83)
#C99364
(201,147,100)
#CF9F75
(207,159,117)
#D5AB86
(213,171,134)
#DBB797
(219,183,151)
#E1C3A8
(225,195,168)
#E7CFB9
(231,207,185)
#EDDBCA
(237,219,202)
#F3E7DB
(243,231,219)
#F9F3EC
(249,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7B42 color. Also use rgb(189,123,66) instead hex code.

Text Font Color

.myTextColor { color: #BD7B42; }

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

This text font color is #BD7B42.


Background Color

.myBgColor { background-color: #BD7B42; }

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

This div background color is #BD7B42.


Border color

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

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

This div border color is #BD7B42.


Opacity

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

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

Text with #BD7B42 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 #BD7B42;}

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

This text has shadow with #BD7B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7B42 on black background.


Color preview on white background

This text has color #BD7B42 on white background.



Black color preview on #BD7B42 background

This text has black color on #BD7B42 background.


White color preview on #BD7B42 background

This text has white color on #BD7B42 background.