#BBAC60

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

Shades of Gimblet #BBAC60

Tints of Gimblet #BBAC60

Color information

#BBAC60 (or 0xBBAC60) is unknown color: approx Gimblet. HEX triplet: BB, AC and 60. RGB value is (187,172,96). Sum of RGB (Red+Green+Blue) = 187+172+96=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC60 is #44539F. Grayscale: #A8A8A8. Windows color (decimal): -4477856 or 6335675. OLE color: 6335675.

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

Color convert

RGB18717296-
CMYK00.080.490.27
HSL50.11º40.09%55.49%-
HSV(B)50.11º48.66%73.33%-
XYZ37.3640.9116.99-
YUV167.8287.47141.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 96 (37.89% from 255) = 21.10%
R=41.10%
G=37.80%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871729600.080.490.2750.1140.0955.49
HexBBAC6008311B322837
Octal2732541400106133625067
Binary101110111010110011000000100011000111011110010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC60; }

 p { color: rgb(187,172,96); }

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

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

 a { background-color: rgb(187,172,96); }

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

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

 span { border-color: rgb(187,172,96); }

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