#B4A061

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

Shades of Gimblet #B4A061

Tints of Gimblet #B4A061

Color information

#B4A061 (or 0xB4A061) is unknown color: approx Gimblet. HEX triplet: B4, A0 and 61. RGB value is (180,160,97). Sum of RGB (Red+Green+Blue) = 180+160+97=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A061 is #4B5F9E. Grayscale: #9F9F9F. Windows color (decimal): -4939679 or 6398132. OLE color: 6398132.

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

Color convert

RGB18016097-
CMYK00.110.460.29
HSL45.54º35.62%54.31%-
HSV(B)45.54º46.11%70.59%-
XYZ33.5535.7116.43-
YUV158.893.13143.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=41.19%
G=36.61%
B=22.20%

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
Decimal1801609700.110.460.2945.5435.6254.31
HexB4A0610B2E1D2e2436
Octal2642401410135635564466
Binary101101001010000011000010101110111011101101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A061; }

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

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

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

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

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

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

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

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