#B4A563

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

Shades of Gimblet #B4A563

Tints of Gimblet #B4A563

Color information

#B4A563 (or 0xB4A563) is unknown color: approx Gimblet. HEX triplet: B4, A5 and 63. RGB value is (180,165,99). Sum of RGB (Red+Green+Blue) = 180+165+99=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A563 is #4B5A9C. Grayscale: #A2A2A2. Windows color (decimal): -4938397 or 6530484. OLE color: 6530484.

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

Color convert

RGB18016599-
CMYK00.080.450.29
HSL48.89º35.06%54.71%-
HSV(B)48.89º45%70.59%-
XYZ34.5337.5117.23-
YUV161.9692.47140.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 165 (64.84% from 255) = 37.16%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=40.54%
G=37.16%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801659900.080.450.2948.8935.0654.71
HexB4A563082D1D312337
Octal2642451430105535614367
Binary101101001010010111000110100010110111101110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A563; }

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

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

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

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

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

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

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

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