#bbaa70

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

Shades of Gimblet #BBAA70

Tints of Gimblet #BBAA70

Color information

#BBAA70 (or 0xBBAA70) is unknown color: approx Gimblet. HEX triplet: BB, AA and 70. RGB value is (187,170,112). Sum of RGB (Red+Green+Blue) = 187+170+112=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA70 is #44558F. Grayscale: #A8A8A8. Windows color (decimal): -4478352 or 7383739. OLE color: 7383739.

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

Color convert

RGB187170112-
CMYK00.090.400.27
HSL46.4º35.55%58.63%-
HSV(B)46.4º40.11%73.33%-
XYZ37.7940.4821.15-
YUV168.4796.13141.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=39.87%
G=36.25%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717011200.090.400.2746.435.5558.63
HexBBAA7009281B2e243b
Octal2732521600115033564473
Binary101110111010101011100000100110100011011101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbaa70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbaa70; }

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

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

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

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

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

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

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

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