#BBAA61

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

Shades of Gimblet #BBAA61

Tints of Gimblet #BBAA61

Color information

#BBAA61 (or 0xBBAA61) is unknown color: approx Gimblet. HEX triplet: BB, AA and 61. RGB value is (187,170,97). Sum of RGB (Red+Green+Blue) = 187+170+97=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA61 is #44559E. Grayscale: #A7A7A7. Windows color (decimal): -4478367 or 6400699. OLE color: 6400699.

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

Color convert

RGB18717097-
CMYK00.090.480.27
HSL48.67º39.82%55.69%-
HSV(B)48.67º48.13%73.33%-
XYZ37.0340.1817.11-
YUV166.7688.63142.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=41.19%
G=37.44%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871709700.090.480.2748.6739.8255.69
HexBBAA6109301B312838
Octal2732521410116033615070
Binary101110111010101011000010100111000011011110001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA61; }

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

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

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

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

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

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

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

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