COLOR #BD817B

HEX: #BD817B
RGB: (189,129,123)

Color info

#BD817B contains mainly red color. Web safe color of #BD817B is #CC9966 (or #C96).

RGB color model

#BD817B color RGB value is (189,129,123).

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

RGB channels and saturation

R 189 of 255 = 74%
G 129 of 255 = 51%
B 123 of 255 = 48%

189
129
123

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

Portions of RGB colors in percentages

R + G + B =
189 + 129 + 123 = 441 (100%)
R 189 of 441 ~ 42.86%
G 129 of 441 ~ 29.25%
B 123 of 441 ~ 27.89%

%42.86
%29.25
%27.89

CMYK color model

#BD817B color CMYK value is (0,32,35,26).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(0,32,35,26)
C0M32Y35K26 
(0%,32%,35%,26%)
(0.00/0.32/0.35/0.26)	

CMYK percentages

%0
%31.75
%34.92
%25.88

Codes

Color #BD817B in popluar color models

BD817B
RGB189129123
HSL33.33%61.18%
HSB/HSV34.92%74.12%
CMYK0.00%31.75%34.92%
25.88%

Color #BD817B in popluar number systems.

HEXBD817B
Decimal189129123
Binary10111101100000011111011
Octal275201173

Shades and tints

Shades of #BD817B

#BD817B
(189,129,123)
#AC7670
(172,118,112)
#9B6B65
(155,107,101)
#8A605A
(138,96,90)
#79554F
(121,85,79)
#684A44
(104,74,68)
#573F39
(87,63,57)
#46342E
(70,52,46)
#352923
(53,41,35)
#241E18
(36,30,24)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #BD817B

#BD817B
(189,129,123)
#C38C87
(195,140,135)
#C99793
(201,151,147)
#CFA29F
(207,162,159)
#D5ADAB
(213,173,171)
#DBB8B7
(219,184,183)
#E1C3C3
(225,195,195)
#E7CECF
(231,206,207)
#EDD9DB
(237,217,219)
#F3E4E7
(243,228,231)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD817B; }

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

This text font color is #BD817B.


Background Color

.myBgColor { background-color: #BD817B; }

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

This div background color is #BD817B.


Border color

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

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

This div border color is #BD817B.


Opacity

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

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

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

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

This text has shadow with #BD817B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD817B on black background.


Color preview on white background

This text has color #BD817B on white background.



Black color preview on #BD817B background

This text has black color on #BD817B background.


White color preview on #BD817B background

This text has white color on #BD817B background.