#BD8746

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

Shades of Tussock #BD8746

Tints of Tussock #BD8746

Color information

#BD8746 (or 0xBD8746) is unknown color: approx Tussock. HEX triplet: BD, 87 and 46. RGB value is (189,135,70). Sum of RGB (Red+Green+Blue) = 189+135+70=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8746 is #4278B9. Grayscale: #909090. Windows color (decimal): -4356282 or 4622269. OLE color: 4622269.

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

Color convert

RGB18913570-
CMYK00.290.630.26
HSL32.77º47.41%50.78%-
HSV(B)32.77º62.96%74.12%-
XYZ30.7628.599.69-
YUV143.7486.39160.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 70 (27.73% from 255) = 17.77%
R=47.97%
G=34.26%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891357000.290.630.2632.7747.4150.78
HexBD874601D3F1A212f33
Octal2752071060357732415763
Binary1011110110000111100011001110111111111010100001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8746; }

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

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

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

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

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

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

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

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