#B2A066

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

Shades of Gimblet #B2A066

Tints of Gimblet #B2A066

Color information

#B2A066 (or 0xB2A066) is unknown color: approx Gimblet. HEX triplet: B2, A0 and 66. RGB value is (178,160,102). Sum of RGB (Red+Green+Blue) = 178+160+102=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A066 is #4D5F99. Grayscale: #9F9F9F. Windows color (decimal): -5070746 or 6725810. OLE color: 6725810.

HSL color Cylindrical-coordinate representation of color #B2A066: hue angle of 45.79º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2A066 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB178160102-
CMYK00.100.430.30
HSL45.79º33.04%54.9%-
HSV(B)45.79º42.7%69.8%-
XYZ33.3335.5717.68-
YUV158.7795.96141.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=40.45%
G=36.36%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816010200.100.430.3045.7933.0454.9
HexB2A0660A2B1E2e2137
Octal2622401460125336564167
Binary101100101010000011001100101010101111110101110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A066; }

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

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

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

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

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

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

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

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