#BD8846

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

Shades of Tussock #BD8846

Tints of Tussock #BD8846

Color information

#BD8846 (or 0xBD8846) is unknown color: approx Tussock. HEX triplet: BD, 88 and 46. RGB value is (189,136,70). Sum of RGB (Red+Green+Blue) = 189+136+70=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8846 is #4277B9. Grayscale: #909090. Windows color (decimal): -4356026 or 4622525. OLE color: 4622525.

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

Color convert

RGB18913670-
CMYK00.280.630.26
HSL33.28º47.41%50.78%-
HSV(B)33.28º62.96%74.12%-
XYZ30.928.879.74-
YUV144.3286.06159.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 70 (27.73% from 255) = 17.72%
R=47.85%
G=34.43%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891367000.280.630.2633.2847.4150.78
HexBD884601C3F1A212f33
Octal2752101060347732415763
Binary1011110110001000100011001110011111111010100001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8846; }

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

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

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

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

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

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

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

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