#BB9752

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

Shades of Tussock #BB9752

Tints of Tussock #BB9752

Color information

#BB9752 (or 0xBB9752) is unknown color: approx Tussock. HEX triplet: BB, 97 and 52. RGB value is (187,151,82). Sum of RGB (Red+Green+Blue) = 187+151+82=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9752 is #4468AD. Grayscale: #9A9A9A. Windows color (decimal): -4483246 or 5412795. OLE color: 5412795.

HSL color Cylindrical-coordinate representation of color #BB9752: hue angle of 39.43º 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 #BB9752 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18715182-
CMYK00.190.560.27
HSL39.43º43.57%52.75%-
HSV(B)39.43º56.15%73.33%-
XYZ33.0833.3112.67-
YUV153.987.43151.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=44.52%
G=35.95%
B=19.52%

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
Decimal1871518200.190.560.2739.4343.5752.75
HexBB9752013381B272c35
Octal2732271220237033475465
Binary1011101110010111101001001001111100011011100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9752; }

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

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

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

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

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

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

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

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