#B4A562

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

Shades of Gimblet #B4A562

Tints of Gimblet #B4A562

Color information

#B4A562 (or 0xB4A562) is unknown color: approx Gimblet. HEX triplet: B4, A5 and 62. RGB value is (180,165,98). Sum of RGB (Red+Green+Blue) = 180+165+98=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A562 is #4B5A9D. Grayscale: #A2A2A2. Windows color (decimal): -4938398 or 6464948. OLE color: 6464948.

HSL color Cylindrical-coordinate representation of color #B4A562: hue angle of 49.02º 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 #B4A562 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18016598-
CMYK00.080.460.29
HSL49.02º35.34%54.51%-
HSV(B)49.02º45.56%70.59%-
XYZ34.4837.516.98-
YUV161.8591.97140.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=40.63%
G=37.25%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801659800.080.460.2949.0235.3454.51
HexB4A562082E1D312337
Octal2642451420105635614367
Binary101101001010010111000100100010111011101110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A562; }

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

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

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

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

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

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

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

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