#BD8D45

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

Shades of Tussock #BD8D45

Tints of Tussock #BD8D45

Color information

#BD8D45 (or 0xBD8D45) is unknown color: approx Tussock. HEX triplet: BD, 8D and 45. RGB value is (189,141,69). Sum of RGB (Red+Green+Blue) = 189+141+69=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D45 is #4272BA. Grayscale: #939393. Windows color (decimal): -4354747 or 4558269. OLE color: 4558269.

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

Color convert

RGB18914169-
CMYK00.250.630.26
HSL36º47.62%50.59%-
HSV(B)36º63.49%74.12%-
XYZ31.5930.39.81-
YUV147.1483.9157.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 69 (27.34% from 255) = 17.29%
R=47.37%
G=35.34%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891416900.250.630.263647.6250.59
HexBD8D450193F1A243033
Octal2752151050317732446063
Binary1011110110001101100010101100111111111010100100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D45; }

 p { color: rgb(189,141,69); }

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

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

 a { background-color: rgb(189,141,69); }

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

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

 span { border-color: rgb(189,141,69); }

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