#b4aa57

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

Shades of Gimblet #B4AA57

Tints of Gimblet #B4AA57

Color information

#B4AA57 (or 0xB4AA57) is unknown color: approx Gimblet. HEX triplet: B4, AA and 57. RGB value is (180,170,87). Sum of RGB (Red+Green+Blue) = 180+170+87=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA57 is #4B55A8. Grayscale: #A3A3A3. Windows color (decimal): -4937129 or 5745332. OLE color: 5745332.

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

Color convert

RGB18017087-
CMYK00.060.520.29
HSL53.55º38.27%52.35%-
HSV(B)53.55º51.67%70.59%-
XYZ34.9239.1414.73-
YUV163.5384.81139.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 87 (34.38% from 255) = 19.91%
R=41.19%
G=38.90%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801708700.060.520.2953.5538.2752.35
HexB4AA5706341D362634
Octal264252127066435664664
Binary10110100101010101010111011011010011101110110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4aa57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4aa57; }

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

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

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

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

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

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

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

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