#B4A465

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

Shades of Gimblet #B4A465

Tints of Gimblet #B4A465

Color information

#B4A465 (or 0xB4A465) is unknown color: approx Gimblet. HEX triplet: B4, A4 and 65. RGB value is (180,164,101). Sum of RGB (Red+Green+Blue) = 180+164+101=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A465 is #4B5B9A. Grayscale: #A1A1A1. Windows color (decimal): -4938651 or 6661300. OLE color: 6661300.

HSL color Cylindrical-coordinate representation of color #B4A465: hue angle of 47.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4A465 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180164101-
CMYK00.090.440.29
HSL47.85º34.5%55.1%-
HSV(B)47.85º43.89%70.59%-
XYZ34.4537.1917.68-
YUV161.693.8141.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=40.45%
G=36.85%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016410100.090.440.2947.8534.555.1
HexB4A465092C1D302237
Octal2642441450115435604267
Binary101101001010010011001010100110110011101110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A465; }

 p { color: rgb(180,164,101); }

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

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

 a { background-color: rgb(180,164,101); }

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

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

 span { border-color: rgb(180,164,101); }

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