#BBAA59

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

Shades of Gimblet #BBAA59

Tints of Gimblet #BBAA59

Color information

#BBAA59 (or 0xBBAA59) is unknown color: approx Gimblet. HEX triplet: BB, AA and 59. RGB value is (187,170,89). Sum of RGB (Red+Green+Blue) = 187+170+89=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA59 is #4455A6. Grayscale: #A6A6A6. Windows color (decimal): -4478375 or 5876411. OLE color: 5876411.

HSL color Cylindrical-coordinate representation of color #BBAA59: hue angle of 49.59º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBAA59 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18717089-
CMYK00.090.520.27
HSL49.59º41.88%54.12%-
HSV(B)49.59º52.41%73.33%-
XYZ36.6740.0415.25-
YUV165.8584.63143.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 89 (35.16% from 255) = 19.96%
R=41.93%
G=38.12%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871708900.090.520.2749.5941.8854.12
HexBBAA5909341B322a36
Octal2732521310116433625266
Binary101110111010101010110010100111010011011110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA59; }

 p { color: rgb(187,170,89); }

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

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

 a { background-color: rgb(187,170,89); }

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

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

 span { border-color: rgb(187,170,89); }

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