#B3A260

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

Shades of Gimblet #B3A260

Tints of Gimblet #B3A260

Color information

#B3A260 (or 0xB3A260) is unknown color: approx Gimblet. HEX triplet: B3, A2 and 60. RGB value is (179,162,96). Sum of RGB (Red+Green+Blue) = 179+162+96=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A260 is #4C5D9F. Grayscale: #9F9F9F. Windows color (decimal): -5004704 or 6333107. OLE color: 6333107.

HSL color Cylindrical-coordinate representation of color #B3A260: hue angle of 47.71º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3A260 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17916296-
CMYK00.090.460.30
HSL47.71º35.32%53.92%-
HSV(B)47.71º46.37%70.2%-
XYZ33.6236.2716.29-
YUV159.5692.13141.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=40.96%
G=37.07%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791629600.090.460.3047.7135.3253.92
HexB3A260092E1E302336
Octal2632421400115636604366
Binary101100111010001011000000100110111011110110000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A260; }

 p { color: rgb(179,162,96); }

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

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

 a { background-color: rgb(179,162,96); }

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

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

 span { border-color: rgb(179,162,96); }

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