#BBAA66

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

Shades of Gimblet #BBAA66

Tints of Gimblet #BBAA66

Color information

#BBAA66 (or 0xBBAA66) is unknown color: approx Gimblet. HEX triplet: BB, AA and 66. RGB value is (187,170,102). Sum of RGB (Red+Green+Blue) = 187+170+102=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA66 is #445599. Grayscale: #A7A7A7. Windows color (decimal): -4478362 or 6728379. OLE color: 6728379.

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

Color convert

RGB187170102-
CMYK00.090.450.27
HSL48º38.46%56.67%-
HSV(B)48º45.45%73.33%-
XYZ37.2740.2718.38-
YUV167.3391.13142.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=40.74%
G=37.04%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717010200.090.450.274838.4656.67
HexBBAA66092D1B302639
Octal2732521460115533604671
Binary101110111010101011001100100110110111011110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA66; }

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

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

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

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

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

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

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

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