#B0AA66

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

Shades of Gimblet #B0AA66

Tints of Gimblet #B0AA66

Color information

#B0AA66 (or 0xB0AA66) is unknown color: approx Gimblet. HEX triplet: B0, AA and 66. RGB value is (176,170,102). Sum of RGB (Red+Green+Blue) = 176+170+102=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA66 is #4F5599. Grayscale: #A4A4A4. Windows color (decimal): -5199258 or 6728368. OLE color: 6728368.

HSL color Cylindrical-coordinate representation of color #B0AA66: hue angle of 55.14º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0AA66 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB176170102-
CMYK00.030.420.31
HSL55.14º31.9%54.51%-
HSV(B)55.14º42.05%69.02%-
XYZ34.6838.9418.26-
YUV164.0492.99136.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=39.29%
G=37.95%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617010200.030.420.3155.1431.954.51
HexB0AA66032A1F372037
Octal260252146035237674067
Binary1011000010101010110011001110101011111110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA66; }

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

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

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

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

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

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

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

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