#B0A15F

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

Shades of Gimblet #B0A15F

Tints of Gimblet #B0A15F

Color information

#B0A15F (or 0xB0A15F) is unknown color: approx Gimblet. HEX triplet: B0, A1 and 5F. RGB value is (176,161,95). Sum of RGB (Red+Green+Blue) = 176+161+95=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A15F is #4F5EA0. Grayscale: #9E9E9E. Windows color (decimal): -5201569 or 6267312. OLE color: 6267312.

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

Color convert

RGB17616195-
CMYK00.090.460.31
HSL48.89º33.89%53.14%-
HSV(B)48.89º46.02%69.02%-
XYZ32.7135.5515.96-
YUV157.9692.47140.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=40.74%
G=37.27%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761619500.090.460.3148.8933.8953.14
HexB0A15F092E1F312235
Octal2602411370115637614265
Binary101100001010000110111110100110111011111110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A15F; }

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

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

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

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

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

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

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

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