#BD8C49

Color #BD8C49 Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #BD8C49

Tints of Tussock #BD8C49

Color information

#BD8C49 (or 0xBD8C49) is unknown color: approx Tussock. HEX triplet: BD, 8C and 49. RGB value is (189,140,73). Sum of RGB (Red+Green+Blue) = 189+140+73=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C49 is #4273B6. Grayscale: #939393. Windows color (decimal): -4354999 or 4820157. OLE color: 4820157.

HSL color Cylindrical-coordinate representation of color #BD8C49: hue angle of 34.66º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD8C49 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18914073-
CMYK00.260.610.26
HSL34.66º46.77%51.37%-
HSV(B)34.66º61.38%74.12%-
XYZ31.5730.0610.44-
YUV147.0186.23157.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=47.01%
G=34.83%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891407300.260.610.2634.6646.7751.37
HexBD8C4901A3D1A232f33
Octal2752141110327532435763
Binary1011110110001100100100101101011110111010100011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C49; }

 p { color: rgb(189,140,73); }

 H1.HeaderClassName
 {
   color: #BD8C49;
 }
 .AnyTagClassName
 {
   color: #BD8C49;
 }
</style>
background-color css

<style>
 a { background-color: #BD8C49; }

 a { background-color: rgb(189,140,73); }

 div.DivClassName
 {
   background-color: #BD8C49;
 }
 .BgClassName
 {
   background-color: #BD8C49;
 }
</style>
border-color css

<style>
 span { border-color: #BD8C49; }

 span { border-color: rgb(189,140,73); }

 td.TdClassName
 {
   border-color: #BD8C49;
 }
 .TagClassName
 {
   border-color: #BD8C49;
 }
</style>