#B3A56F

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

Shades of Gimblet #B3A56F

Tints of Gimblet #B3A56F

Color information

#B3A56F (or 0xB3A56F) is unknown color: approx Gimblet. HEX triplet: B3, A5 and 6F. RGB value is (179,165,111). Sum of RGB (Red+Green+Blue) = 179+165+111=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A56F is #4C5A90. Grayscale: #A3A3A3. Windows color (decimal): -5003921 or 7316915. OLE color: 7316915.

HSL color Cylindrical-coordinate representation of color #B3A56F: hue angle of 47.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3A56F is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB179165111-
CMYK00.080.380.30
HSL47.65º30.91%56.86%-
HSV(B)47.65º37.99%70.2%-
XYZ34.9137.6420.46-
YUV163.0398.64139.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=39.34%
G=36.26%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916511100.080.380.3047.6530.9156.86
HexB3A56F08261E301f39
Octal2632451570104636603771
Binary10110011101001011101111010001001101111011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A56F; }

 p { color: rgb(179,165,111); }

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

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

 a { background-color: rgb(179,165,111); }

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

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

 span { border-color: rgb(179,165,111); }

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