#BD9445

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

Shades of Tussock #BD9445

Tints of Tussock #BD9445

Color information

#BD9445 (or 0xBD9445) is unknown color: approx Tussock. HEX triplet: BD, 94 and 45. RGB value is (189,148,69). Sum of RGB (Red+Green+Blue) = 189+148+69=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9445 is #426BBA. Grayscale: #979797. Windows color (decimal): -4352955 or 4560061. OLE color: 4560061.

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

Color convert

RGB18914869-
CMYK00.220.630.26
HSL39.5º47.62%50.59%-
HSV(B)39.5º63.49%74.12%-
XYZ32.6532.4310.17-
YUV151.2581.58154.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=46.55%
G=36.45%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891486900.220.630.2639.547.6250.59
HexBD94450163F1A283033
Octal2752241050267732506063
Binary1011110110010100100010101011011111111010101000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9445; }

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

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

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

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

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

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

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

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