#B3AD65

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

Shades of Gimblet #B3AD65

Tints of Gimblet #B3AD65

Color information

#B3AD65 (or 0xB3AD65) is unknown color: approx Gimblet. HEX triplet: B3, AD and 65. RGB value is (179,173,101). Sum of RGB (Red+Green+Blue) = 179+173+101=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD65 is #4C529A. Grayscale: #A6A6A6. Windows color (decimal): -5001883 or 6663603. OLE color: 6663603.

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

Color convert

RGB179173101-
CMYK00.030.440.30
HSL55.38º33.91%54.9%-
HSV(B)55.38º43.58%70.2%-
XYZ35.8840.4118.22-
YUV166.5990.99136.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=39.51%
G=38.19%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917310100.030.440.3055.3833.9154.9
HexB3AD65032C1E372237
Octal263255145035436674267
Binary1011001110101101110010101110110011110110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD65; }

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

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

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

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

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

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

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

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