#B3A853

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

Shades of Gimblet #B3A853

Tints of Gimblet #B3A853

Color information

#B3A853 (or 0xB3A853) is unknown color: approx Gimblet. HEX triplet: B3, A8 and 53. RGB value is (179,168,83). Sum of RGB (Red+Green+Blue) = 179+168+83=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A853 is #4C57AC. Grayscale: #A1A1A1. Windows color (decimal): -5003181 or 5482675. OLE color: 5482675.

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

Color convert

RGB17916883-
CMYK00.060.540.30
HSL53.12º38.71%51.37%-
HSV(B)53.12º53.63%70.2%-
XYZ34.1538.2113.76-
YUV161.683.64140.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 83 (32.81% from 255) = 19.30%
R=41.63%
G=39.07%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791688300.060.540.3053.1238.7151.37
HexB3A85306361E352733
Octal263250123066636654763
Binary10110011101010001010011011011011011110110101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A853; }

 p { color: rgb(179,168,83); }

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

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

 a { background-color: rgb(179,168,83); }

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

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

 span { border-color: rgb(179,168,83); }

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