#B7A45F

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

Shades of Gimblet #B7A45F

Tints of Gimblet #B7A45F

Color information

#B7A45F (or 0xB7A45F) is unknown color: approx Gimblet. HEX triplet: B7, A4 and 5F. RGB value is (183,164,95). Sum of RGB (Red+Green+Blue) = 183+164+95=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A45F is #485BA0. Grayscale: #A2A2A2. Windows color (decimal): -4742049 or 6268087. OLE color: 6268087.

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

Color convert

RGB18316495-
CMYK00.100.480.28
HSL47.05º37.93%54.51%-
HSV(B)47.05º48.09%71.76%-
XYZ34.8737.4416.22-
YUV161.8290.29143.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=41.40%
G=37.10%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831649500.100.480.2847.0537.9354.51
HexB7A45F0A301C2f2637
Octal2672441370126034574667
Binary101101111010010010111110101011000011100101111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A45F; }

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

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

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

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

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

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

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

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