#B4A159

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

Shades of Gimblet #B4A159

Tints of Gimblet #B4A159

Color information

#B4A159 (or 0xB4A159) is unknown color: approx Gimblet. HEX triplet: B4, A1 and 59. RGB value is (180,161,89). Sum of RGB (Red+Green+Blue) = 180+161+89=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A159 is #4B5EA6. Grayscale: #9E9E9E. Windows color (decimal): -4939431 or 5874100. OLE color: 5874100.

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

Color convert

RGB18016189-
CMYK00.110.510.29
HSL47.47º37.76%52.75%-
HSV(B)47.47º50.56%70.59%-
XYZ33.3735.9114.62-
YUV158.4788.79143.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 89 (35.16% from 255) = 20.70%
R=41.86%
G=37.44%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801618900.110.510.2947.4737.7652.75
HexB4A1590B331D2f2635
Octal2642411310136335574665
Binary101101001010000110110010101111001111101101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A159; }

 p { color: rgb(180,161,89); }

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

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

 a { background-color: rgb(180,161,89); }

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

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

 span { border-color: rgb(180,161,89); }

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