#B2AA70

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

Shades of Gimblet #B2AA70

Tints of Gimblet #B2AA70

Color information

#B2AA70 (or 0xB2AA70) is unknown color: approx Gimblet. HEX triplet: B2, AA and 70. RGB value is (178,170,112). Sum of RGB (Red+Green+Blue) = 178+170+112=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA70 is #4D558F. Grayscale: #A6A6A6. Windows color (decimal): -5068176 or 7383730. OLE color: 7383730.

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

Color convert

RGB178170112-
CMYK00.040.370.30
HSL52.73º30%56.86%-
HSV(B)52.73º37.08%69.8%-
XYZ35.6639.3821.05-
YUV165.7897.65136.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=38.70%
G=36.96%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817011200.040.370.3052.733056.86
HexB2AA7004251E351e39
Octal262252160044536653671
Binary1011001010101010111000001001001011111011010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA70; }

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

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

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

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

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

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

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

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