#BBAB6F

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

Shades of Gimblet #BBAB6F

Tints of Gimblet #BBAB6F

Color information

#BBAB6F (or 0xBBAB6F) is unknown color: approx Gimblet. HEX triplet: BB, AB and 6F. RGB value is (187,171,111). Sum of RGB (Red+Green+Blue) = 187+171+111=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB6F is #445490. Grayscale: #A9A9A9. Windows color (decimal): -4478097 or 7318459. OLE color: 7318459.

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

Color convert

RGB187171111-
CMYK00.090.410.27
HSL47.37º35.85%58.43%-
HSV(B)47.37º40.64%73.33%-
XYZ37.9340.8420.92-
YUV168.9495.3140.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 111 (43.75% from 255) = 23.67%
R=39.87%
G=36.46%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717111100.090.410.2747.3735.8558.43
HexBBAB6F09291B2f243a
Octal2732531570115133574472
Binary101110111010101111011110100110100111011101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB6F; }

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

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

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

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

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

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

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

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