#B4A65A

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

Shades of Gimblet #B4A65A

Tints of Gimblet #B4A65A

Color information

#B4A65A (or 0xB4A65A) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 5A. RGB value is (180,166,90). Sum of RGB (Red+Green+Blue) = 180+166+90=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A65A is #4B59A5. Grayscale: #A1A1A1. Windows color (decimal): -4938150 or 5940916. OLE color: 5940916.

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

Color convert

RGB18016690-
CMYK00.080.500.29
HSL50.67º37.5%52.94%-
HSV(B)50.67º50%70.59%-
XYZ34.337.7115.14-
YUV161.5287.64141.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=41.28%
G=38.07%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801669000.080.500.2950.6737.552.94
HexB4A65A08321D332635
Octal2642461320106235634665
Binary101101001010011010110100100011001011101110011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A65A; }

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

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

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

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

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

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

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

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