#B7A85F

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

Shades of Gimblet #B7A85F

Tints of Gimblet #B7A85F

Color information

#B7A85F (or 0xB7A85F) is unknown color: approx Gimblet. HEX triplet: B7, A8 and 5F. RGB value is (183,168,95). Sum of RGB (Red+Green+Blue) = 183+168+95=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A85F is #4857A0. Grayscale: #A4A4A4. Windows color (decimal): -4741025 or 6269111. OLE color: 6269111.

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

Color convert

RGB18316895-
CMYK00.080.480.28
HSL49.77º37.93%54.51%-
HSV(B)49.77º48.09%71.76%-
XYZ35.638.916.46-
YUV164.1688.97141.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 168 (66.02% from 255) = 37.67%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=41.03%
G=37.67%
B=21.30%

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
Decimal1831689500.080.480.2849.7737.9354.51
HexB7A85F08301C322637
Octal2672501370106034624667
Binary101101111010100010111110100011000011100110010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A85F; }

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

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

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

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

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

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

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

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