#BD9351

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

Shades of Tussock #BD9351

Tints of Tussock #BD9351

Color information

#BD9351 (or 0xBD9351) is unknown color: approx Tussock. HEX triplet: BD, 93 and 51. RGB value is (189,147,81). Sum of RGB (Red+Green+Blue) = 189+147+81=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9351 is #426CAE. Grayscale: #989898. Windows color (decimal): -4353199 or 5346237. OLE color: 5346237.

HSL color Cylindrical-coordinate representation of color #BD9351: hue angle of 36.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD9351 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18914781-
CMYK00.220.570.26
HSL36.67º45%52.94%-
HSV(B)36.67º57.14%74.12%-
XYZ32.9132.2812.28-
YUV152.0387.91154.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 81 (32.03% from 255) = 19.42%
R=45.32%
G=35.25%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891478100.220.570.2636.674552.94
HexBD9351016391A252d35
Octal2752231210267132455565
Binary1011110110010011101000101011011100111010100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9351; }

 p { color: rgb(189,147,81); }

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

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

 a { background-color: rgb(189,147,81); }

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

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

 span { border-color: rgb(189,147,81); }

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