#B0A16A

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

Shades of Gimblet #B0A16A

Tints of Gimblet #B0A16A

Color information

#B0A16A (or 0xB0A16A) is unknown color: approx Gimblet. HEX triplet: B0, A1 and 6A. RGB value is (176,161,106). Sum of RGB (Red+Green+Blue) = 176+161+106=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A16A is #4F5E95. Grayscale: #9F9F9F. Windows color (decimal): -5201558 or 6988208. OLE color: 6988208.

HSL color Cylindrical-coordinate representation of color #B0A16A: hue angle of 47.14º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0A16A is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB176161106-
CMYK00.090.400.31
HSL47.14º30.7%55.29%-
HSV(B)47.14º39.77%69.02%-
XYZ33.2535.7618.79-
YUV159.2197.97139.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=39.73%
G=36.34%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616110600.090.400.3147.1430.755.29
HexB0A16A09281F2f1f37
Octal2602411520115037573767
Binary10110000101000011101010010011010001111110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A16A; }

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

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

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

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

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

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

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

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