#B7A560

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

Shades of Gimblet #B7A560

Tints of Gimblet #B7A560

Color information

#B7A560 (or 0xB7A560) is unknown color: approx Gimblet. HEX triplet: B7, A5 and 60. RGB value is (183,165,96). Sum of RGB (Red+Green+Blue) = 183+165+96=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A560 is #485A9F. Grayscale: #A2A2A2. Windows color (decimal): -4741792 or 6333879. OLE color: 6333879.

HSL color Cylindrical-coordinate representation of color #B7A560: hue angle of 47.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7A560 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18316596-
CMYK00.100.480.28
HSL47.59º37.66%54.71%-
HSV(B)47.59º47.54%71.76%-
XYZ35.0937.8216.52-
YUV162.5290.46142.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 165 (64.84% from 255) = 37.16%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=41.22%
G=37.16%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831659600.100.480.2847.5937.6654.71
HexB7A5600A301C302637
Octal2672451400126034604667
Binary101101111010010111000000101011000011100110000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A560; }

 p { color: rgb(183,165,96); }

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

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

 a { background-color: rgb(183,165,96); }

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

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

 span { border-color: rgb(183,165,96); }

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