#B4A556

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

Shades of Gimblet #B4A556

Tints of Gimblet #B4A556

Color information

#B4A556 (or 0xB4A556) is unknown color: approx Gimblet. HEX triplet: B4, A5 and 56. RGB value is (180,165,86). Sum of RGB (Red+Green+Blue) = 180+165+86=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A556 is #4B5AA9. Grayscale: #A0A0A0. Windows color (decimal): -4938410 or 5678516. OLE color: 5678516.

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

Color convert

RGB18016586-
CMYK00.080.520.29
HSL50.43º38.52%52.16%-
HSV(B)50.43º52.22%70.59%-
XYZ33.9637.2914.21-
YUV160.4885.97141.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 165 (64.84% from 255) = 38.28%
BLUE value IS 86 (33.98% from 255) = 19.95%
R=41.76%
G=38.28%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801658600.080.520.2950.4338.5252.16
HexB4A55608341D322734
Octal2642451260106435624764
Binary101101001010010110101100100011010011101110010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A556; }

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

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

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

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

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

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

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

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