#BBAA6B

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

Shades of Gimblet #BBAA6B

Tints of Gimblet #BBAA6B

Color information

#BBAA6B (or 0xBBAA6B) is unknown color: approx Gimblet. HEX triplet: BB, AA and 6B. RGB value is (187,170,107). Sum of RGB (Red+Green+Blue) = 187+170+107=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA6B is #445594. Grayscale: #A8A8A8. Windows color (decimal): -4478357 or 7056059. OLE color: 7056059.

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

Color convert

RGB187170107-
CMYK00.090.430.27
HSL47.25º37.04%57.65%-
HSV(B)47.25º42.78%73.33%-
XYZ37.5240.3819.73-
YUV167.993.63141.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=40.30%
G=36.64%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717010700.090.430.2747.2537.0457.65
HexBBAA6B092B1B2f253a
Octal2732521530115333574572
Binary101110111010101011010110100110101111011101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA6B; }

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

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

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

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

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

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

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

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