#B3AD61

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

Shades of Gimblet #B3AD61

Tints of Gimblet #B3AD61

Color information

#B3AD61 (or 0xB3AD61) is unknown color: approx Gimblet. HEX triplet: B3, AD and 61. RGB value is (179,173,97). Sum of RGB (Red+Green+Blue) = 179+173+97=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD61 is #4C529E. Grayscale: #A6A6A6. Windows color (decimal): -5001887 or 6401459. OLE color: 6401459.

HSL color Cylindrical-coordinate representation of color #B3AD61: hue angle of 55.61º 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 #B3AD61 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17917397-
CMYK00.030.460.30
HSL55.61º35.04%54.12%-
HSV(B)55.61º45.81%70.2%-
XYZ35.6940.3317.21-
YUV166.1388.99137.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=39.87%
G=38.53%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791739700.030.460.3055.6135.0454.12
HexB3AD61032E1E382336
Octal263255141035636704366
Binary1011001110101101110000101110111011110111000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD61; }

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

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

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

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

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

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

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

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