#BB9251

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

Shades of Tussock #BB9251

Tints of Tussock #BB9251

Color information

#BB9251 (or 0xBB9251) is unknown color: approx Tussock. HEX triplet: BB, 92 and 51. RGB value is (187,146,81). Sum of RGB (Red+Green+Blue) = 187+146+81=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9251 is #446DAE. Grayscale: #979797. Windows color (decimal): -4484527 or 5345979. OLE color: 5345979.

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

Color convert

RGB18714681-
CMYK00.220.570.27
HSL36.79º43.8%52.55%-
HSV(B)36.79º56.68%73.33%-
XYZ32.2631.7212.21-
YUV150.8588.58153.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=45.17%
G=35.27%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871468100.220.570.2736.7943.852.55
HexBB9251016391B252c35
Octal2732221210267133455465
Binary1011101110010010101000101011011100111011100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9251; }

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

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

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

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

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

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

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

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