COLOR #BD7B5C

HEX: #BD7B5C
RGB: (189,123,92)

Color info

#BD7B5C contains mainly red color. Web safe color of #BD7B5C is #CC6666 (or #C66).

RGB color model

#BD7B5C color RGB value is (189,123,92).

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

RGB channels and saturation

R 189 of 255 = 74%
G 123 of 255 = 48%
B 92 of 255 = 36%

189
123
92

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

Portions of RGB colors in percentages

R + G + B =
189 + 123 + 92 = 404 (100%)
R 189 of 404 ~ 46.78%
G 123 of 404 ~ 30.45%
B 92 of 404 ~ 22.77%

%46.78
%30.45
%22.77

CMYK color model

#BD7B5C color CMYK value is (0,35,51,26).

  • cyan value is 0.00%
  • magenta value is 34.92%
  • yellow value is 51.32%
  • key color value is 25.88%
CMYK:
(0,35,51,26)
C0M35Y51K26 
(0%,35%,51%,26%)
(0.00/0.35/0.51/0.26)	

CMYK percentages

%0
%34.92
%51.32
%25.88

Codes

Color #BD7B5C in popluar color models

BD7B5C
RGB18912392
HSL19°42.36%55.10%
HSB/HSV19°51.32%74.12%
CMYK0.00%34.92%51.32%
25.88%

Color #BD7B5C in popluar number systems.

HEXBD7B5C
Decimal18912392
Binary1011110111110111011100
Octal275173134

Shades and tints

Shades of #BD7B5C

#BD7B5C
(189,123,92)
#AC7054
(172,112,84)
#9B654C
(155,101,76)
#8A5A44
(138,90,68)
#794F3C
(121,79,60)
#684434
(104,68,52)
#57392C
(87,57,44)
#462E24
(70,46,36)
#35231C
(53,35,28)
#241814
(36,24,20)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #BD7B5C

#BD7B5C
(189,123,92)
#C3876A
(195,135,106)
#C99378
(201,147,120)
#CF9F86
(207,159,134)
#D5AB94
(213,171,148)
#DBB7A2
(219,183,162)
#E1C3B0
(225,195,176)
#E7CFBE
(231,207,190)
#EDDBCC
(237,219,204)
#F3E7DA
(243,231,218)
#F9F3E8
(249,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7B5C; }

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

This text font color is #BD7B5C.


Background Color

.myBgColor { background-color: #BD7B5C; }

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

This div background color is #BD7B5C.


Border color

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

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

This div border color is #BD7B5C.


Opacity

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

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

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

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

This text has shadow with #BD7B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7B5C on black background.


Color preview on white background

This text has color #BD7B5C on white background.



Black color preview on #BD7B5C background

This text has black color on #BD7B5C background.


White color preview on #BD7B5C background

This text has white color on #BD7B5C background.