#B89252

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

Shades of Tussock #B89252

Tints of Tussock #B89252

Color information

#B89252 (or 0xB89252) is unknown color: approx Tussock. HEX triplet: B8, 92 and 52. RGB value is (184,146,82). Sum of RGB (Red+Green+Blue) = 184+146+82=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B89252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89252 is #476DAD. Grayscale: #969696. Windows color (decimal): -4681134 or 5411512. OLE color: 5411512.

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

Color convert

RGB18414682-
CMYK00.210.550.28
HSL37.65º41.8%52.16%-
HSV(B)37.65º55.43%72.16%-
XYZ31.5731.3612.37-
YUV150.0789.59152.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=44.66%
G=35.44%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841468200.210.550.2837.6541.852.16
HexB89252015371C262a34
Octal2702221220256734465264
Binary1011100010010010101001001010111011111100100110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89252; }

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

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

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

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

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

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

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

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