#B3A56E

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

Shades of Gimblet #B3A56E

Tints of Gimblet #B3A56E

Color information

#B3A56E (or 0xB3A56E) is unknown color: approx Gimblet. HEX triplet: B3, A5 and 6E. RGB value is (179,165,110). Sum of RGB (Red+Green+Blue) = 179+165+110=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A56E is #4C5A91. Grayscale: #A3A3A3. Windows color (decimal): -5003922 or 7251379. OLE color: 7251379.

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

Color convert

RGB179165110-
CMYK00.080.390.30
HSL47.83º31.22%56.67%-
HSV(B)47.83º38.55%70.2%-
XYZ34.8637.6220.18-
YUV162.9298.14139.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 165 (64.84% from 255) = 36.34%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=39.43%
G=36.34%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916511000.080.390.3047.8331.2256.67
HexB3A56E08271E301f39
Octal2632451560104736603771
Binary10110011101001011101110010001001111111011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A56E; }

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

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

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

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

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

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

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

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