#B4AA70

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

Shades of Gimblet #B4AA70

Tints of Gimblet #B4AA70

Color information

#B4AA70 (or 0xB4AA70) is unknown color: approx Gimblet. HEX triplet: B4, AA and 70. RGB value is (180,170,112). Sum of RGB (Red+Green+Blue) = 180+170+112=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA70 is #4B558F. Grayscale: #A6A6A6. Windows color (decimal): -4937104 or 7383732. OLE color: 7383732.

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

Color convert

RGB180170112-
CMYK00.060.380.29
HSL51.18º31.19%57.25%-
HSV(B)51.18º37.78%70.59%-
XYZ36.1239.6221.07-
YUV166.3897.31137.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 112 (44.14% from 255) = 24.24%
R=38.96%
G=36.80%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017011200.060.380.2951.1831.1957.25
HexB4AA7006261D331f39
Octal264252160064635633771
Binary1011010010101010111000001101001101110111001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA70; }

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

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

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

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

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

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

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

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