#B0A061

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

Shades of Gimblet #B0A061

Tints of Gimblet #B0A061

Color information

#B0A061 (or 0xB0A061) is unknown color: approx Gimblet. HEX triplet: B0, A0 and 61. RGB value is (176,160,97). Sum of RGB (Red+Green+Blue) = 176+160+97=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A061 is #4F5F9E. Grayscale: #9D9D9D. Windows color (decimal): -5201823 or 6398128. OLE color: 6398128.

HSL color Cylindrical-coordinate representation of color #B0A061: hue angle of 47.85º 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 #B0A061 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17616097-
CMYK00.090.450.31
HSL47.85º33.33%53.53%-
HSV(B)47.85º44.89%69.02%-
XYZ32.6335.2316.39-
YUV157.693.8141.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=40.65%
G=36.95%
B=22.40%

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
Decimal1761609700.090.450.3147.8533.3353.53
HexB0A061092D1F302136
Octal2602401410115537604166
Binary101100001010000011000010100110110111111110000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A061; }

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

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

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

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

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

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

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

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