#BBAA55

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

Shades of Gimblet #BBAA55

Tints of Gimblet #BBAA55

Color information

#BBAA55 (or 0xBBAA55) is unknown color: approx Gimblet. HEX triplet: BB, AA and 55. RGB value is (187,170,85). Sum of RGB (Red+Green+Blue) = 187+170+85=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA55 is #4455AA. Grayscale: #A5A5A5. Windows color (decimal): -4478379 or 5614267. OLE color: 5614267.

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

Color convert

RGB18717085-
CMYK00.090.550.27
HSL50º42.86%53.33%-
HSV(B)50º54.55%73.33%-
XYZ36.5139.9714.39-
YUV165.3982.63143.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 85 (33.59% from 255) = 19.23%
R=42.31%
G=38.46%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871708500.090.550.275042.8653.33
HexBBAA5509371B322b35
Octal2732521250116733625365
Binary101110111010101010101010100111011111011110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA55; }

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

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

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

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

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

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

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

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