#B3AE68

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

Shades of Gimblet #B3AE68

Tints of Gimblet #B3AE68

Color information

#B3AE68 (or 0xB3AE68) is unknown color: approx Gimblet. HEX triplet: B3, AE and 68. RGB value is (179,174,104). Sum of RGB (Red+Green+Blue) = 179+174+104=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE68 is #4C5197. Grayscale: #A7A7A7. Windows color (decimal): -5001624 or 6860467. OLE color: 6860467.

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

Color convert

RGB179174104-
CMYK00.030.420.30
HSL56º33.04%55.49%-
HSV(B)56º41.9%70.2%-
XYZ36.2340.8619.07-
YUV167.5292.16136.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=39.17%
G=38.07%
B=22.76%

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
Decimal17917410400.030.420.305633.0455.49
HexB3AE68032A1E382137
Octal263256150035236704167
Binary1011001110101110110100001110101011110111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE68; }

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

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

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

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

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

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

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

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