#B4A357

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

Shades of Gimblet #B4A357

Tints of Gimblet #B4A357

Color information

#B4A357 (or 0xB4A357) is unknown color: approx Gimblet. HEX triplet: B4, A3 and 57. RGB value is (180,163,87). Sum of RGB (Red+Green+Blue) = 180+163+87=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A357 is #4B5CA8. Grayscale: #9F9F9F. Windows color (decimal): -4938921 or 5743540. OLE color: 5743540.

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

Color convert

RGB18016387-
CMYK00.090.520.29
HSL49.03º38.27%52.35%-
HSV(B)49.03º51.67%70.59%-
XYZ33.6436.5914.31-
YUV159.4287.13142.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 87 (34.38% from 255) = 20.23%
R=41.86%
G=37.91%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801638700.090.520.2949.0338.2752.35
HexB4A35709341D312634
Octal2642431270116435614664
Binary101101001010001110101110100111010011101110001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A357; }

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

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

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

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

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

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

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

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