#B4A16A

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

Shades of Gimblet #B4A16A

Tints of Gimblet #B4A16A

Color information

#B4A16A (or 0xB4A16A) is unknown color: approx Gimblet. HEX triplet: B4, A1 and 6A. RGB value is (180,161,106). Sum of RGB (Red+Green+Blue) = 180+161+106=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A16A is #4B5E95. Grayscale: #A0A0A0. Windows color (decimal): -4939414 or 6988212. OLE color: 6988212.

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

Color convert

RGB180161106-
CMYK00.110.410.29
HSL44.59º33.04%56.08%-
HSV(B)44.59º41.11%70.59%-
XYZ34.1736.2318.83-
YUV160.4197.29141.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 161 (63.28% from 255) = 36.02%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=40.27%
G=36.02%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016110600.110.410.2944.5933.0456.08
HexB4A16A0B291D2d2138
Octal2642411520135135554170
Binary101101001010000111010100101110100111101101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A16A; }

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

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

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

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

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

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

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

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