COLOR #BD8266

HEX: #BD8266 RGB: (189,130,102)

Color info

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

RGB color model

#BD8266 color RGB value is (189,130,102).

RGB: (189,130,102) (74%, 51%, 40%)

RGB channels and saturation

R 189 of 255 = 74%
G 130 of 255 = 51%
B 102 of 255 = 40%

189
130
102

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

Portions of RGB colors in percentages

R + G + B = 189 + 130 + 102 = 421 (100%)
R 189 of 421 ~ 44.89%
G 130 of 421 ~ 30.88%
B 102 of 421 ~ 24.23'%

%44.89
%30.88
%24.23

CMYK color model

#BD8266 color CMYK value is (0,31,46,26).

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

CMYK: (0,31,46,26)
C0M31Y46K26 (0%, 31%, 46%, 26%)
(0.00 / 0.31 / 0.46 / 0.26)

CMYK percentages

%0
%31.22
%46.03
%25.88

Codes

Color #BD8266 in popluar color models

BD 82 66
RGB 189 130 102
HSL 19° 39.73% 57.06%
HSB/HSV 19° 46.03% 74.12%
CMYK 0.00% 31.22% 46.03%
25.88%

Color #BD8266 in popluar number systems.

HEX BD 82 66
Decimal 189 130 102
Binary 10111101 10000010 1100110
Octal 275 202 146

Shades and tints

Shades of #BD8266

#BD8266
(189,130,102)
#AC775D
(172,119,93)
#9B6C54
(155,108,84)
#8A614B
(138,97,75)
#795642
(121,86,66)
#684B39
(104,75,57)
#574030
(87,64,48)
#463527
(70,53,39)
#352A1E
(53,42,30)
#241F15
(36,31,21)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #BD8266

#BD8266
(189,130,102)
#C38D73
(195,141,115)
#C99880
(201,152,128)
#CFA38D
(207,163,141)
#D5AE9A
(213,174,154)
#DBB9A7
(219,185,167)
#E1C4B4
(225,196,180)
#E7CFC1
(231,207,193)
#EDDACE
(237,218,206)
#F3E5DB
(243,229,219)
#F9F0E8
(249,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8266; }

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

This text font color is #BD8266.

Background Color

.myBgColor { background-color: #BD8266; }

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

This div background color is #BD8266.

Border color

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

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

This div border color is #BD8266.

Opacity

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

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

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

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

This text has shadow with #BD8266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8266.

Preview

Color preview on black background

This text has color #BD8266 on black background.


Color preview on white background

This text has color #BD8266 on white background.


Black color preview on #BD8266 background

This text has black color on #BD8266 background.


White color preview on #BD8266 background

This text has white color on #BD8266 background.


Related colors

Complementary color

Complementary color for #hex is #427D99.


I love getcolorcode.com

Triadic colors

1 #66BD82 and #8266BD with #BD8266 are triadic colors.

2 #6682BD and #82BD66 with #BD8266 are triadic colors.