#B3A159

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

Shades of Gimblet #B3A159

Tints of Gimblet #B3A159

Color information

#B3A159 (or 0xB3A159) is unknown color: approx Gimblet. HEX triplet: B3, A1 and 59. RGB value is (179,161,89). Sum of RGB (Red+Green+Blue) = 179+161+89=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A159 is #4C5EA6. Grayscale: #9E9E9E. Windows color (decimal): -5004967 or 5874099. OLE color: 5874099.

HSL color Cylindrical-coordinate representation of color #B3A159: hue angle of 48º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3A159 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17916189-
CMYK00.100.500.30
HSL48º37.19%52.55%-
HSV(B)48º50.28%70.2%-
XYZ33.1435.7914.61-
YUV158.1788.96142.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=41.72%
G=37.53%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791618900.100.500.304837.1952.55
HexB3A1590A321E302535
Octal2632411310126236604565
Binary101100111010000110110010101011001011110110000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A159; }

 p { color: rgb(179,161,89); }

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

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

 a { background-color: rgb(179,161,89); }

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

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

 span { border-color: rgb(179,161,89); }

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