COLOR #BD8852

HEX: #BD8852
RGB: (189,136,82)

Color info

#BD8852 contains mainly red and green colors. Web safe color of #BD8852 is #CC9966 (or #C96).

RGB color model

#BD8852 color RGB value is (189,136,82).

  • red value is 189;
  • green value is 136;
  • blue value is 82.
RGB:
(189,136,82)
(74%,53%,32%)

RGB channels and saturation

R 189 of 255 = 74%
G 136 of 255 = 53%
B 82 of 255 = 32%

189
136
82

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

Portions of RGB colors in percentages

R + G + B =
189 + 136 + 82 = 407 (100%)
R 189 of 407 ~ 46.44%
G 136 of 407 ~ 33.42%
B 82 of 407 ~ 20.15%

%46.44
%33.42
%20.15

CMYK color model

#BD8852 color CMYK value is (0,28,57,26).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 56.61%
  • key color value is 25.88%
CMYK:
(0,28,57,26)
C0M28Y57K26 
(0%,28%,57%,26%)
(0.00/0.28/0.57/0.26)	

CMYK percentages

%0
%28.04
%56.61
%25.88

Codes

Color #BD8852 in popluar color models

BD8852
RGB18913682
HSL30°44.77%53.14%
HSB/HSV30°56.61%74.12%
CMYK0.00%28.04%56.61%
25.88%

Color #BD8852 in popluar number systems.

HEXBD8852
Decimal18913682
Binary10111101100010001010010
Octal275210122

Shades and tints

Shades of #BD8852

#BD8852
(189,136,82)
#AC7C4B
(172,124,75)
#9B7044
(155,112,68)
#8A643D
(138,100,61)
#795836
(121,88,54)
#684C2F
(104,76,47)
#574028
(87,64,40)
#463421
(70,52,33)
#35281A
(53,40,26)
#241C13
(36,28,19)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #BD8852

#BD8852
(189,136,82)
#C39261
(195,146,97)
#C99C70
(201,156,112)
#CFA67F
(207,166,127)
#D5B08E
(213,176,142)
#DBBA9D
(219,186,157)
#E1C4AC
(225,196,172)
#E7CEBB
(231,206,187)
#EDD8CA
(237,216,202)
#F3E2D9
(243,226,217)
#F9ECE8
(249,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8852 color. Also use rgb(189,136,82) instead hex code.

Text Font Color

.myTextColor { color: #BD8852; }

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

This text font color is #BD8852.


Background Color

.myBgColor { background-color: #BD8852; }

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

This div background color is #BD8852.


Border color

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

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

This div border color is #BD8852.


Opacity

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

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

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

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

This text has shadow with #BD8852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8852 on black background.


Color preview on white background

This text has color #BD8852 on white background.



Black color preview on #BD8852 background

This text has black color on #BD8852 background.


White color preview on #BD8852 background

This text has white color on #BD8852 background.