#B3AD63

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

Shades of Gimblet #B3AD63

Tints of Gimblet #B3AD63

Color information

#B3AD63 (or 0xB3AD63) is unknown color: approx Gimblet. HEX triplet: B3, AD and 63. RGB value is (179,173,99). Sum of RGB (Red+Green+Blue) = 179+173+99=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD63 is #4C529C. Grayscale: #A6A6A6. Windows color (decimal): -5001885 or 6532531. OLE color: 6532531.

HSL color Cylindrical-coordinate representation of color #B3AD63: hue angle of 55.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3AD63 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17917399-
CMYK00.030.450.30
HSL55.5º34.48%54.51%-
HSV(B)55.5º44.69%70.2%-
XYZ35.7940.3717.71-
YUV166.3689.99137.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=39.69%
G=38.36%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791739900.030.450.3055.534.4854.51
HexB3AD63032D1E382237
Octal263255143035536704267
Binary1011001110101101110001101110110111110111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD63; }

 p { color: rgb(179,173,99); }

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

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

 a { background-color: rgb(179,173,99); }

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

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

 span { border-color: rgb(179,173,99); }

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