#BD9045

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

Shades of Tussock #BD9045

Tints of Tussock #BD9045

Color information

#BD9045 (or 0xBD9045) is unknown color: approx Tussock. HEX triplet: BD, 90 and 45. RGB value is (189,144,69). Sum of RGB (Red+Green+Blue) = 189+144+69=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9045 is #426FBA. Grayscale: #959595. Windows color (decimal): -4353979 or 4559037. OLE color: 4559037.

HSL color Cylindrical-coordinate representation of color #BD9045: hue angle of 37.5º 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 #BD9045 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18914469-
CMYK00.240.630.26
HSL37.5º47.62%50.59%-
HSV(B)37.5º63.49%74.12%-
XYZ32.0331.29.96-
YUV148.982.91156.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=47.01%
G=35.82%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891446900.240.630.2637.547.6250.59
HexBD90450183F1A263033
Octal2752201050307732466063
Binary1011110110010000100010101100011111111010100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9045; }

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

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

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

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

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

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

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

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