#BD8848

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

Shades of Tussock #BD8848

Tints of Tussock #BD8848

Color information

#BD8848 (or 0xBD8848) is unknown color: approx Tussock. HEX triplet: BD, 88 and 48. RGB value is (189,136,72). Sum of RGB (Red+Green+Blue) = 189+136+72=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8848 is #4277B7. Grayscale: #909090. Windows color (decimal): -4356024 or 4753597. OLE color: 4753597.

HSL color Cylindrical-coordinate representation of color #BD8848: hue angle of 32.82º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD8848 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18913672-
CMYK00.280.620.26
HSL32.82º46.99%51.18%-
HSV(B)32.82º61.9%74.12%-
XYZ30.9628.910.08-
YUV144.5587.06159.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=47.61%
G=34.26%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891367200.280.620.2632.8246.9951.18
HexBD884801C3E1A212f33
Octal2752101100347632415763
Binary1011110110001000100100001110011111011010100001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8848; }

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

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

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

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

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

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

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

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