#B3AA70

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

Shades of Gimblet #B3AA70

Tints of Gimblet #B3AA70

Color information

#B3AA70 (or 0xB3AA70) is unknown color: approx Gimblet. HEX triplet: B3, AA and 70. RGB value is (179,170,112). Sum of RGB (Red+Green+Blue) = 179+170+112=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA70 is #4C558F. Grayscale: #A6A6A6. Windows color (decimal): -5002640 or 7383731. OLE color: 7383731.

HSL color Cylindrical-coordinate representation of color #B3AA70: hue angle of 51.94º degrees, saturation: 0.31, 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 #B3AA70 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB179170112-
CMYK00.050.370.30
HSL51.94º30.59%57.06%-
HSV(B)51.94º37.43%70.2%-
XYZ35.8939.521.06-
YUV166.0897.48137.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=38.83%
G=36.88%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917011200.050.370.3051.9430.5957.06
HexB3AA7005251E341f39
Octal263252160054536643771
Binary1011001110101010111000001011001011111011010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA70; }

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

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

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

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

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

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

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

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