#B4A557

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

Shades of Gimblet #B4A557

Tints of Gimblet #B4A557

Color information

#B4A557 (or 0xB4A557) is unknown color: approx Gimblet. HEX triplet: B4, A5 and 57. RGB value is (180,165,87). Sum of RGB (Red+Green+Blue) = 180+165+87=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A557 is #4B5AA8. Grayscale: #A0A0A0. Windows color (decimal): -4938409 or 5744052. OLE color: 5744052.

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

Color convert

RGB18016587-
CMYK00.080.520.29
HSL50.32º38.27%52.35%-
HSV(B)50.32º51.67%70.59%-
XYZ3437.314.42-
YUV160.5986.47141.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 87 (34.38% from 255) = 20.14%
R=41.67%
G=38.19%
B=20.14%

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
Decimal1801658700.080.520.2950.3238.2752.35
HexB4A55708341D322634
Octal2642451270106435624664
Binary101101001010010110101110100011010011101110010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A557; }

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

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

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

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

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

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

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

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