#BB9245

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

Shades of Tussock #BB9245

Tints of Tussock #BB9245

Color information

#BB9245 (or 0xBB9245) is unknown color: approx Tussock. HEX triplet: BB, 92 and 45. RGB value is (187,146,69). Sum of RGB (Red+Green+Blue) = 187+146+69=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9245 is #446DBA. Grayscale: #959595. Windows color (decimal): -4484539 or 4559547. OLE color: 4559547.

HSL color Cylindrical-coordinate representation of color #BB9245: hue angle of 39.15º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB9245 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18714669-
CMYK00.220.630.27
HSL39.15º46.46%50.2%-
HSV(B)39.15º63.1%73.33%-
XYZ31.8531.5510.04-
YUV149.4882.58154.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=46.52%
G=36.32%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871466900.220.630.2739.1546.4650.2
HexBB92450163F1B272e32
Octal2732221050267733475662
Binary1011101110010010100010101011011111111011100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9245; }

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

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

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

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

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

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

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

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