#b7a760

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

Shades of Gimblet #B7A760

Tints of Gimblet #B7A760

Color information

#B7A760 (or 0xB7A760) is unknown color: approx Gimblet. HEX triplet: B7, A7 and 60. RGB value is (183,167,96). Sum of RGB (Red+Green+Blue) = 183+167+96=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A760 is #48589F. Grayscale: #A3A3A3. Windows color (decimal): -4741280 or 6334391. OLE color: 6334391.

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

Color convert

RGB18316796-
CMYK00.090.480.28
HSL48.97º37.66%54.71%-
HSV(B)48.97º47.54%71.76%-
XYZ35.4638.5516.64-
YUV163.6989.8141.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=41.03%
G=37.44%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831679600.090.480.2848.9737.6654.71
HexB7A76009301C312637
Octal2672471400116034614667
Binary101101111010011111000000100111000011100110001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7a760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7a760; }

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

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

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

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

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

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

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

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