#BB9751

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

Shades of Tussock #BB9751

Tints of Tussock #BB9751

Color information

#BB9751 (or 0xBB9751) is unknown color: approx Tussock. HEX triplet: BB, 97 and 51. RGB value is (187,151,81). Sum of RGB (Red+Green+Blue) = 187+151+81=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9751 is #4468AE. Grayscale: #9A9A9A. Windows color (decimal): -4483247 or 5347259. OLE color: 5347259.

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

Color convert

RGB18715181-
CMYK00.190.570.27
HSL39.62º43.8%52.55%-
HSV(B)39.62º56.68%73.33%-
XYZ33.0533.2912.47-
YUV153.7886.93151.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=44.63%
G=36.04%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871518100.190.570.2739.6243.852.55
HexBB9751013391B282c35
Octal2732271210237133505465
Binary1011101110010111101000101001111100111011101000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9751; }

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

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

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

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

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

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

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

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