#B7A060

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

Shades of Gimblet #B7A060

Tints of Gimblet #B7A060

Color information

#B7A060 (or 0xB7A060) is unknown color: approx Gimblet. HEX triplet: B7, A0 and 60. RGB value is (183,160,96). Sum of RGB (Red+Green+Blue) = 183+160+96=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A060 is #485F9F. Grayscale: #9F9F9F. Windows color (decimal): -4743072 or 6332599. OLE color: 6332599.

HSL color Cylindrical-coordinate representation of color #B7A060: hue angle of 44.14º 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 #B7A060 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18316096-
CMYK00.130.480.28
HSL44.14º37.66%54.71%-
HSV(B)44.14º47.54%71.76%-
XYZ34.2136.0516.22-
YUV159.5892.12144.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 96 (37.89% from 255) = 21.87%
R=41.69%
G=36.45%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831609600.130.480.2844.1437.6654.71
HexB7A0600D301C2c2637
Octal2672401400156034544667
Binary101101111010000011000000110111000011100101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A060; }

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

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

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

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

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

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

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

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