#B7A75F

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

Shades of Gimblet #B7A75F

Tints of Gimblet #B7A75F

Color information

#B7A75F (or 0xB7A75F) is unknown color: approx Gimblet. HEX triplet: B7, A7 and 5F. RGB value is (183,167,95). Sum of RGB (Red+Green+Blue) = 183+167+95=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A75F is #4858A0. Grayscale: #A3A3A3. Windows color (decimal): -4741281 or 6268855. OLE color: 6268855.

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

Color convert

RGB18316795-
CMYK00.090.480.28
HSL49.09º37.93%54.51%-
HSV(B)49.09º48.09%71.76%-
XYZ35.4138.5316.4-
YUV163.5889.3141.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 167 (65.62% from 255) = 37.53%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=41.12%
G=37.53%
B=21.35%

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
Decimal1831679500.090.480.2849.0937.9354.51
HexB7A75F09301C312637
Octal2672471370116034614667
Binary101101111010011110111110100111000011100110001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A75F; }

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

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

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

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

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

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

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

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