#B4AA73

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

Shades of Gimblet #B4AA73

Tints of Gimblet #B4AA73

Color information

#B4AA73 (or 0xB4AA73) is unknown color: approx Gimblet. HEX triplet: B4, AA and 73. RGB value is (180,170,115). Sum of RGB (Red+Green+Blue) = 180+170+115=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA73 is #4B558C. Grayscale: #A6A6A6. Windows color (decimal): -4937101 or 7580340. OLE color: 7580340.

HSL color Cylindrical-coordinate representation of color #B4AA73: hue angle of 50.77º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4AA73 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180170115-
CMYK00.060.360.29
HSL50.77º30.23%57.84%-
HSV(B)50.77º36.11%70.59%-
XYZ36.2939.6921.97-
YUV166.7298.81137.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=38.71%
G=36.56%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017011500.060.360.2950.7730.2357.84
HexB4AA7306241D331e3a
Octal264252163064435633672
Binary1011010010101010111001101101001001110111001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA73; }

 p { color: rgb(180,170,115); }

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

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

 a { background-color: rgb(180,170,115); }

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

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

 span { border-color: rgb(180,170,115); }

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