#B3A357

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

Shades of Gimblet #B3A357

Tints of Gimblet #B3A357

Color information

#B3A357 (or 0xB3A357) is unknown color: approx Gimblet. HEX triplet: B3, A3 and 57. RGB value is (179,163,87). Sum of RGB (Red+Green+Blue) = 179+163+87=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A357 is #4C5CA8. Grayscale: #9F9F9F. Windows color (decimal): -5004457 or 5743539. OLE color: 5743539.

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

Color convert

RGB17916387-
CMYK00.090.510.30
HSL49.57º37.7%52.16%-
HSV(B)49.57º51.4%70.2%-
XYZ33.4136.4714.29-
YUV159.1287.3142.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=41.72%
G=38.00%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791638700.090.510.3049.5737.752.16
HexB3A35709331E322634
Octal2632431270116336624664
Binary101100111010001110101110100111001111110110010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A357; }

 p { color: rgb(179,163,87); }

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

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

 a { background-color: rgb(179,163,87); }

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

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

 span { border-color: rgb(179,163,87); }

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