#B3AD68

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

Shades of Gimblet #B3AD68

Tints of Gimblet #B3AD68

Color information

#B3AD68 (or 0xB3AD68) is unknown color: approx Gimblet. HEX triplet: B3, AD and 68. RGB value is (179,173,104). Sum of RGB (Red+Green+Blue) = 179+173+104=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD68 is #4C5297. Grayscale: #A7A7A7. Windows color (decimal): -5001880 or 6860211. OLE color: 6860211.

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

Color convert

RGB179173104-
CMYK00.030.420.30
HSL55.2º33.04%55.49%-
HSV(B)55.2º41.9%70.2%-
XYZ36.0340.4719.01-
YUV166.9392.49136.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=39.25%
G=37.94%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917310400.030.420.3055.233.0455.49
HexB3AD68032A1E372137
Octal263255150035236674167
Binary1011001110101101110100001110101011110110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD68; }

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

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

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

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

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

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

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

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