#B4A161

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

Shades of Gimblet #B4A161

Tints of Gimblet #B4A161

Color information

#B4A161 (or 0xB4A161) is unknown color: approx Gimblet. HEX triplet: B4, A1 and 61. RGB value is (180,161,97). Sum of RGB (Red+Green+Blue) = 180+161+97=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A161 is #4B5E9E. Grayscale: #9F9F9F. Windows color (decimal): -4939423 or 6398388. OLE color: 6398388.

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

Color convert

RGB18016197-
CMYK00.110.460.29
HSL46.27º35.62%54.31%-
HSV(B)46.27º46.11%70.59%-
XYZ33.7236.0616.49-
YUV159.3892.79142.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=41.10%
G=36.76%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801619700.110.460.2946.2735.6254.31
HexB4A1610B2E1D2e2436
Octal2642411410135635564466
Binary101101001010000111000010101110111011101101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A161; }

 p { color: rgb(180,161,97); }

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

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

 a { background-color: rgb(180,161,97); }

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

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

 span { border-color: rgb(180,161,97); }

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