#B99552

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

Shades of Tussock #B99552

Tints of Tussock #B99552

Color information

#B99552 (or 0xB99552) is unknown color: approx Tussock. HEX triplet: B9, 95 and 52. RGB value is (185,149,82). Sum of RGB (Red+Green+Blue) = 185+149+82=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B99552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99552 is #466AAD. Grayscale: #989898. Windows color (decimal): -4614830 or 5412281. OLE color: 5412281.

HSL color Cylindrical-coordinate representation of color #B99552: hue angle of 39.03º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B99552 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18514982-
CMYK00.190.560.27
HSL39.03º42.39%52.35%-
HSV(B)39.03º55.68%72.55%-
XYZ32.2832.4212.54-
YUV152.1388.43151.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=44.47%
G=35.82%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851498200.190.560.2739.0342.3952.35
HexB99552013381B272a34
Octal2712251220237033475264
Binary1011100110010101101001001001111100011011100111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99552; }

 p { color: rgb(185,149,82); }

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

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

 a { background-color: rgb(185,149,82); }

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

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

 span { border-color: rgb(185,149,82); }

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