#B0A161

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

Shades of Gimblet #B0A161

Tints of Gimblet #B0A161

Color information

#B0A161 (or 0xB0A161) is unknown color: approx Gimblet. HEX triplet: B0, A1 and 61. RGB value is (176,161,97). Sum of RGB (Red+Green+Blue) = 176+161+97=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A161 is #4F5E9E. Grayscale: #9E9E9E. Windows color (decimal): -5201567 or 6398384. OLE color: 6398384.

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

Color convert

RGB17616197-
CMYK00.090.450.31
HSL48.61º33.33%53.53%-
HSV(B)48.61º44.89%69.02%-
XYZ32.8135.5816.45-
YUV158.1993.47140.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=40.55%
G=37.10%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761619700.090.450.3148.6133.3353.53
HexB0A161092D1F312136
Octal2602411410115537614166
Binary101100001010000111000010100110110111111110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A161; }

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

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

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

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

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

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

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

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