#B7A960

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

Shades of Gimblet #B7A960

Tints of Gimblet #B7A960

Color information

#B7A960 (or 0xB7A960) is unknown color: approx Gimblet. HEX triplet: B7, A9 and 60. RGB value is (183,169,96). Sum of RGB (Red+Green+Blue) = 183+169+96=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A960 is #48569F. Grayscale: #A5A5A5. Windows color (decimal): -4740768 or 6334903. OLE color: 6334903.

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

Color convert

RGB18316996-
CMYK00.080.480.28
HSL50.34º37.66%54.71%-
HSV(B)50.34º47.54%71.76%-
XYZ35.8339.2916.76-
YUV164.8689.14140.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=40.85%
G=37.72%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831699600.080.480.2850.3437.6654.71
HexB7A96008301C322637
Octal2672511400106034624667
Binary101101111010100111000000100011000011100110010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A960; }

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

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

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

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

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

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

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

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