#B4AE61

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

Shades of Gimblet #B4AE61

Tints of Gimblet #B4AE61

Color information

#B4AE61 (or 0xB4AE61) is unknown color: approx Gimblet. HEX triplet: B4, AE and 61. RGB value is (180,174,97). Sum of RGB (Red+Green+Blue) = 180+174+97=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE61 is #4B519E. Grayscale: #A7A7A7. Windows color (decimal): -4936095 or 6401716. OLE color: 6401716.

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

Color convert

RGB18017497-
CMYK00.030.460.29
HSL55.66º35.62%54.31%-
HSV(B)55.66º46.11%70.59%-
XYZ36.1240.8417.29-
YUV167.0288.49137.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=39.91%
G=38.58%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801749700.030.460.2955.6635.6254.31
HexB4AE61032E1D382436
Octal264256141035635704466
Binary1011010010101110110000101110111011101111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE61; }

 p { color: rgb(180,174,97); }

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

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

 a { background-color: rgb(180,174,97); }

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

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

 span { border-color: rgb(180,174,97); }

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