#B4A05E

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

Shades of Gimblet #B4A05E

Tints of Gimblet #B4A05E

Color information

#B4A05E (or 0xB4A05E) is unknown color: approx Gimblet. HEX triplet: B4, A0 and 5E. RGB value is (180,160,94). Sum of RGB (Red+Green+Blue) = 180+160+94=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A05E is #4B5FA1. Grayscale: #9E9E9E. Windows color (decimal): -4939682 or 6201524. OLE color: 6201524.

HSL color Cylindrical-coordinate representation of color #B4A05E: hue angle of 46.05º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4A05E is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18016094-
CMYK00.110.480.29
HSL46.05º36.44%53.73%-
HSV(B)46.05º47.78%70.59%-
XYZ33.4135.6515.71-
YUV158.4691.63143.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=41.47%
G=36.87%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801609400.110.480.2946.0536.4453.73
HexB4A05E0B301D2e2436
Octal2642401360136035564466
Binary101101001010000010111100101111000011101101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A05E; }

 p { color: rgb(180,160,94); }

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

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

 a { background-color: rgb(180,160,94); }

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

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

 span { border-color: rgb(180,160,94); }

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