#B4AA71

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

Shades of Gimblet #B4AA71

Tints of Gimblet #B4AA71

Color information

#B4AA71 (or 0xB4AA71) is unknown color: approx Gimblet. HEX triplet: B4, AA and 71. RGB value is (180,170,113). Sum of RGB (Red+Green+Blue) = 180+170+113=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA71 is #4B558E. Grayscale: #A6A6A6. Windows color (decimal): -4937103 or 7449268. OLE color: 7449268.

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

Color convert

RGB180170113-
CMYK00.060.370.29
HSL51.04º30.88%57.45%-
HSV(B)51.04º37.22%70.59%-
XYZ36.1839.6521.37-
YUV166.4997.81137.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=38.88%
G=36.72%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017011300.060.370.2951.0430.8857.45
HexB4AA7106251D331f39
Octal264252161064535633771
Binary1011010010101010111000101101001011110111001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA71; }

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

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

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

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

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

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

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

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