#B4A25A

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

Shades of Gimblet #B4A25A

Tints of Gimblet #B4A25A

Color information

#B4A25A (or 0xB4A25A) is unknown color: approx Gimblet. HEX triplet: B4, A2 and 5A. RGB value is (180,162,90). Sum of RGB (Red+Green+Blue) = 180+162+90=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A25A is #4B5DA5. Grayscale: #9F9F9F. Windows color (decimal): -4939174 or 5939892. OLE color: 5939892.

HSL color Cylindrical-coordinate representation of color #B4A25A: hue angle of 48º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4A25A is Cyan = 0, Magento = 0.1, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18016290-
CMYK00.10.500.29
HSL48º37.5%52.94%-
HSV(B)48º50%70.59%-
XYZ33.5936.2814.91-
YUV159.1788.96142.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=41.67%
G=37.5%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801629000.10.500.294837.552.94
HexB4A25A0A321D302635
Octal2642421320126235604665
Binary101101001010001010110100101011001011101110000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A25A; }

 p { color: rgb(180,162,90); }

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

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

 a { background-color: rgb(180,162,90); }

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

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

 span { border-color: rgb(180,162,90); }

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