#BB9852

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

Shades of Tussock #BB9852

Tints of Tussock #BB9852

Color information

#BB9852 (or 0xBB9852) is unknown color: approx Tussock. HEX triplet: BB, 98 and 52. RGB value is (187,152,82). Sum of RGB (Red+Green+Blue) = 187+152+82=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9852 is #4467AD. Grayscale: #9A9A9A. Windows color (decimal): -4482990 or 5413051. OLE color: 5413051.

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

Color convert

RGB18715282-
CMYK00.190.560.27
HSL40º43.57%52.75%-
HSV(B)40º56.15%73.33%-
XYZ33.2433.6312.72-
YUV154.4987.1151.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 82 (32.42% from 255) = 19.48%
R=44.42%
G=36.10%
B=19.48%

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
Decimal1871528200.190.560.274043.5752.75
HexBB9852013381B282c35
Octal2732301220237033505465
Binary1011101110011000101001001001111100011011101000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9852; }

 p { color: rgb(187,152,82); }

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

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

 a { background-color: rgb(187,152,82); }

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

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

 span { border-color: rgb(187,152,82); }

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