#B2AA67

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

Shades of Gimblet #B2AA67

Tints of Gimblet #B2AA67

Color information

#B2AA67 (or 0xB2AA67) is unknown color: approx Gimblet. HEX triplet: B2, AA and 67. RGB value is (178,170,103). Sum of RGB (Red+Green+Blue) = 178+170+103=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA67 is #4D5598. Grayscale: #A5A5A5. Windows color (decimal): -5068185 or 6793906. OLE color: 6793906.

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

Color convert

RGB178170103-
CMYK00.040.420.30
HSL53.6º32.75%55.1%-
HSV(B)53.6º42.13%69.8%-
XYZ35.1839.1918.54-
YUV164.7593.15137.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.47%
GREEN value IS 170 (66.80% from 255) = 37.69%
BLUE value IS 103 (40.62% from 255) = 22.84%
R=39.47%
G=37.69%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817010300.040.420.3053.632.7555.1
HexB2AA67042A1E362137
Octal262252147045236664167
Binary10110010101010101100111010010101011110110110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA67; }

 p { color: rgb(178,170,103); }

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

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

 a { background-color: rgb(178,170,103); }

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

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

 span { border-color: rgb(178,170,103); }

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