#BD9546

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

Shades of Tussock #BD9546

Tints of Tussock #BD9546

Color information

#BD9546 (or 0xBD9546) is unknown color: approx Tussock. HEX triplet: BD, 95 and 46. RGB value is (189,149,70). Sum of RGB (Red+Green+Blue) = 189+149+70=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9546 is #426AB9. Grayscale: #989898. Windows color (decimal): -4352698 or 4625853. OLE color: 4625853.

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

Color convert

RGB18914970-
CMYK00.210.630.26
HSL39.83º47.41%50.78%-
HSV(B)39.83º62.96%74.12%-
XYZ32.8432.7610.39-
YUV151.9581.75154.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 70 (27.73% from 255) = 17.16%
R=46.32%
G=36.52%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891497000.210.630.2639.8347.4150.78
HexBD95460153F1A282f33
Octal2752251060257732505763
Binary1011110110010101100011001010111111111010101000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9546; }

 p { color: rgb(189,149,70); }

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

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

 a { background-color: rgb(189,149,70); }

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

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

 span { border-color: rgb(189,149,70); }

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