#B7A861

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

Shades of Gimblet #B7A861

Tints of Gimblet #B7A861

Color information

#B7A861 (or 0xB7A861) is unknown color: approx Gimblet. HEX triplet: B7, A8 and 61. RGB value is (183,168,97). Sum of RGB (Red+Green+Blue) = 183+168+97=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A861 is #48579E. Grayscale: #A4A4A4. Windows color (decimal): -4741023 or 6400183. OLE color: 6400183.

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

Color convert

RGB18316897-
CMYK00.080.470.28
HSL49.53º37.39%54.9%-
HSV(B)49.53º46.99%71.76%-
XYZ35.6938.9416.94-
YUV164.3989.97141.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 168 (66.02% from 255) = 37.5%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=40.85%
G=37.5%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831689700.080.470.2849.5337.3954.9
HexB7A861082F1C322537
Octal2672501410105734624567
Binary101101111010100011000010100010111111100110010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A861; }

 p { color: rgb(183,168,97); }

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

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

 a { background-color: rgb(183,168,97); }

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

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

 span { border-color: rgb(183,168,97); }

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