#BBAB70

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

Shades of Gimblet #BBAB70

Tints of Gimblet #BBAB70

Color information

#BBAB70 (or 0xBBAB70) is unknown color: approx Gimblet. HEX triplet: BB, AB and 70. RGB value is (187,171,112). Sum of RGB (Red+Green+Blue) = 187+171+112=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB70 is #44548F. Grayscale: #A9A9A9. Windows color (decimal): -4478096 or 7383995. OLE color: 7383995.

HSL color Cylindrical-coordinate representation of color #BBAB70: hue angle of 47.2º 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 #BBAB70 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187171112-
CMYK00.090.400.27
HSL47.2º35.55%58.63%-
HSV(B)47.2º40.11%73.33%-
XYZ37.9840.8621.21-
YUV169.0695.8140.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=39.79%
G=36.38%
B=23.83%

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
Decimal18717111200.090.400.2747.235.5558.63
HexBBAB7009281B2f243b
Octal2732531600115033574473
Binary101110111010101111100000100110100011011101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB70; }

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

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

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

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

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

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

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

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