#BBA666

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

Shades of Gimblet #BBA666

Tints of Gimblet #BBA666

Color information

#BBA666 (or 0xBBA666) is unknown color: approx Gimblet. HEX triplet: BB, A6 and 66. RGB value is (187,166,102). Sum of RGB (Red+Green+Blue) = 187+166+102=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA666 is #445999. Grayscale: #A5A5A5. Windows color (decimal): -4479386 or 6727355. OLE color: 6727355.

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

Color convert

RGB187166102-
CMYK00.110.450.27
HSL45.18º38.46%56.67%-
HSV(B)45.18º45.45%73.33%-
XYZ36.5338.818.13-
YUV164.9892.46143.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 166 (65.23% from 255) = 36.48%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=41.10%
G=36.48%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716610200.110.450.2745.1838.4656.67
HexBBA6660B2D1B2d2639
Octal2732461460135533554671
Binary101110111010011011001100101110110111011101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA666; }

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

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

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

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

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

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

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

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