#BBAA5F

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

Shades of Gimblet #BBAA5F

Tints of Gimblet #BBAA5F

Color information

#BBAA5F (or 0xBBAA5F) is unknown color: approx Gimblet. HEX triplet: BB, AA and 5F. RGB value is (187,170,95). Sum of RGB (Red+Green+Blue) = 187+170+95=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA5F is #4455A0. Grayscale: #A6A6A6. Windows color (decimal): -4478369 or 6269627. OLE color: 6269627.

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

Color convert

RGB18717095-
CMYK00.090.490.27
HSL48.91º40.35%55.29%-
HSV(B)48.91º49.2%73.33%-
XYZ36.9340.1416.63-
YUV166.5387.63142.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 95 (37.5% from 255) = 21.02%
R=41.37%
G=37.61%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871709500.090.490.2748.9140.3555.29
HexBBAA5F09311B312837
Octal2732521370116133615067
Binary101110111010101010111110100111000111011110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA5F; }

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

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

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

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

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

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

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

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