#B4AE62

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

Shades of Gimblet #B4AE62

Tints of Gimblet #B4AE62

Color information

#B4AE62 (or 0xB4AE62) is unknown color: approx Gimblet. HEX triplet: B4, AE and 62. RGB value is (180,174,98). Sum of RGB (Red+Green+Blue) = 180+174+98=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE62 is #4B519D. Grayscale: #A7A7A7. Windows color (decimal): -4936094 or 6467252. OLE color: 6467252.

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

Color convert

RGB18017498-
CMYK00.030.460.29
HSL55.61º35.34%54.51%-
HSV(B)55.61º45.56%70.59%-
XYZ36.1640.8617.54-
YUV167.1388.99137.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=39.82%
G=38.50%
B=21.68%

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
Decimal1801749800.030.460.2955.6135.3454.51
HexB4AE62032E1D382337
Octal264256142035635704367
Binary1011010010101110110001001110111011101111000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE62; }

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

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

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

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

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

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

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

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