COLOR #BD8066

HEX: #BD8066 RGB: (189,128,102)

Color info

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

RGB color model

#BD8066 color RGB value is (189,128,102).

RGB: (189,128,102) (74%, 50%, 40%)

RGB channels and saturation

R 189 of 255 = 74%
G 128 of 255 = 50%
B 102 of 255 = 40%

189
128
102

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

Portions of RGB colors in percentages

R + G + B = 189 + 128 + 102 = 419 (100%)
R 189 of 419 ~ 45.11%
G 128 of 419 ~ 30.55%
B 102 of 419 ~ 24.34'%

%45.11
%30.55
%24.34

CMYK color model

#BD8066 color CMYK value is (0,32,46,26).

  • cyan value is 0.00%
  • magenta value is 32.28%
  • yellow value is 46.03%
  • key color value is 25.88%

CMYK: (0,32,46,26)
C0M32Y46K26 (0%, 32%, 46%, 26%)
(0.00 / 0.32 / 0.46 / 0.26)

CMYK percentages

%0
%32.28
%46.03
%25.88

Codes

Color #BD8066 in popluar color models

BD 80 66
RGB 189 128 102
HSL 18° 39.73% 57.06%
HSB/HSV 18° 46.03% 74.12%
CMYK 0.00% 32.28% 46.03%
25.88%

Color #BD8066 in popluar number systems.

HEX BD 80 66
Decimal 189 128 102
Binary 10111101 10000000 1100110
Octal 275 200 146

Shades and tints

Shades of #BD8066

#BD8066
(189,128,102)
#AC755D
(172,117,93)
#9B6A54
(155,106,84)
#8A5F4B
(138,95,75)
#795442
(121,84,66)
#684939
(104,73,57)
#573E30
(87,62,48)
#463327
(70,51,39)
#35281E
(53,40,30)
#241D15
(36,29,21)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #BD8066

#BD8066
(189,128,102)
#C38B73
(195,139,115)
#C99680
(201,150,128)
#CFA18D
(207,161,141)
#D5AC9A
(213,172,154)
#DBB7A7
(219,183,167)
#E1C2B4
(225,194,180)
#E7CDC1
(231,205,193)
#EDD8CE
(237,216,206)
#F3E3DB
(243,227,219)
#F9EEE8
(249,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8066 color. Also use rgb(189,128,102) instead hex code.

Text Font Color

.myTextColor { color: #BD8066; }

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

This text font color is #BD8066.

Background Color

.myBgColor { background-color: #BD8066; }

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

This div background color is #BD8066.

Border color

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

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

This div border color is #BD8066.

Opacity

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

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

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

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

This text has shadow with #BD8066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8066.

Preview

Color preview on black background

This text has color #BD8066 on black background.


Color preview on white background

This text has color #BD8066 on white background.


Black color preview on #BD8066 background

This text has black color on #BD8066 background.


White color preview on #BD8066 background

This text has white color on #BD8066 background.


Related colors

Complementary color

Complementary color for #hex is #427F99.


I love getcolorcode.com

Triadic colors

1 #66BD80 and #8066BD with #BD8066 are triadic colors.

2 #6680BD and #80BD66 with #BD8066 are triadic colors.