#B0A756

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

Shades of Gimblet #B0A756

Tints of Gimblet #B0A756

Color information

#B0A756 (or 0xB0A756) is unknown color: approx Gimblet. HEX triplet: B0, A7 and 56. RGB value is (176,167,86). Sum of RGB (Red+Green+Blue) = 176+167+86=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A756 is #4F58A9. Grayscale: #A0A0A0. Windows color (decimal): -5200042 or 5679024. OLE color: 5679024.

HSL color Cylindrical-coordinate representation of color #B0A756: hue angle of 54º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0A756 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17616786-
CMYK00.050.510.31
HSL54º36.29%51.37%-
HSV(B)54º51.14%69.02%-
XYZ33.437.5414.29-
YUV160.4685.98139.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=41.03%
G=38.93%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761678600.050.510.315436.2951.37
HexB0A75605331F362433
Octal260247126056337664463
Binary10110000101001111010110010111001111111110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A756; }

 p { color: rgb(176,167,86); }

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

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

 a { background-color: rgb(176,167,86); }

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

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

 span { border-color: rgb(176,167,86); }

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