#BBA966

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

Shades of Gimblet #BBA966

Tints of Gimblet #BBA966

Color information

#BBA966 (or 0xBBA966) is unknown color: approx Gimblet. HEX triplet: BB, A9 and 66. RGB value is (187,169,102). Sum of RGB (Red+Green+Blue) = 187+169+102=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA966 is #445699. Grayscale: #A7A7A7. Windows color (decimal): -4478618 or 6728123. OLE color: 6728123.

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

Color convert

RGB187169102-
CMYK00.100.450.27
HSL47.29º38.46%56.67%-
HSV(B)47.29º45.45%73.33%-
XYZ37.0839.918.32-
YUV166.7491.46142.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 169 (66.41% from 255) = 36.90%
BLUE value IS 102 (40.23% from 255) = 22.27%
R=40.83%
G=36.90%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716910200.100.450.2747.2938.4656.67
HexBBA9660A2D1B2f2639
Octal2732511460125533574671
Binary101110111010100111001100101010110111011101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA966; }

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

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

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

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

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

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

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

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