#B89052

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

Shades of Tussock #B89052

Tints of Tussock #B89052

Color information

#B89052 (or 0xB89052) is unknown color: approx Tussock. HEX triplet: B8, 90 and 52. RGB value is (184,144,82). Sum of RGB (Red+Green+Blue) = 184+144+82=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B89052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89052 is #476FAD. Grayscale: #959595. Windows color (decimal): -4681646 or 5411000. OLE color: 5411000.

HSL color Cylindrical-coordinate representation of color #B89052: hue angle of 36.47º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B89052 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18414482-
CMYK00.220.550.28
HSL36.47º41.8%52.16%-
HSV(B)36.47º55.43%72.16%-
XYZ31.2630.7512.27-
YUV148.8990.25153.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 82 (32.42% from 255) = 20%
R=44.88%
G=35.12%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841448200.220.550.2836.4741.852.16
HexB89052016371C242a34
Octal2702201220266734445264
Binary1011100010010000101001001011011011111100100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89052; }

 p { color: rgb(184,144,82); }

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

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

 a { background-color: rgb(184,144,82); }

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

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

 span { border-color: rgb(184,144,82); }

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