#BD8E48

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

Shades of Tussock #BD8E48

Tints of Tussock #BD8E48

Color information

#BD8E48 (or 0xBD8E48) is unknown color: approx Tussock. HEX triplet: BD, 8E and 48. RGB value is (189,142,72). Sum of RGB (Red+Green+Blue) = 189+142+72=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E48 is #4271B7. Grayscale: #949494. Windows color (decimal): -4354488 or 4755133. OLE color: 4755133.

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

Color convert

RGB18914272-
CMYK00.250.620.26
HSL35.9º46.99%51.18%-
HSV(B)35.9º61.9%74.12%-
XYZ31.8330.6310.37-
YUV148.0785.07157.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 72 (28.52% from 255) = 17.87%
R=46.90%
G=35.24%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891427200.250.620.2635.946.9951.18
HexBD8E480193E1A242f33
Octal2752161100317632445763
Binary1011110110001110100100001100111111011010100100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8E48; }

 p { color: rgb(189,142,72); }

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

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

 a { background-color: rgb(189,142,72); }

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

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

 span { border-color: rgb(189,142,72); }

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