#B0A066

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

Shades of Gimblet #B0A066

Tints of Gimblet #B0A066

Color information

#B0A066 (or 0xB0A066) is unknown color: approx Gimblet. HEX triplet: B0, A0 and 66. RGB value is (176,160,102). Sum of RGB (Red+Green+Blue) = 176+160+102=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A066 is #4F5F99. Grayscale: #9E9E9E. Windows color (decimal): -5201818 or 6725808. OLE color: 6725808.

HSL color Cylindrical-coordinate representation of color #B0A066: hue angle of 47.03º 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 #B0A066 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB176160102-
CMYK00.090.420.31
HSL47.03º31.9%54.51%-
HSV(B)47.03º42.05%69.02%-
XYZ32.8735.3317.66-
YUV158.1796.3140.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 160 (62.89% from 255) = 36.53%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=40.18%
G=36.53%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616010200.090.420.3147.0331.954.51
HexB0A066092A1F2f2037
Octal2602401460115237574067
Binary101100001010000011001100100110101011111101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A066; }

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

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

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

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

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

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

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

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