#B5AE68

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

Shades of Gimblet #B5AE68

Tints of Gimblet #B5AE68

Color information

#B5AE68 (or 0xB5AE68) is unknown color: approx Gimblet. HEX triplet: B5, AE and 68. RGB value is (181,174,104). Sum of RGB (Red+Green+Blue) = 181+174+104=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AE68 is #4A5197. Grayscale: #A8A8A8. Windows color (decimal): -4870552 or 6860469. OLE color: 6860469.

HSL color Cylindrical-coordinate representation of color #B5AE68: hue angle of 54.55º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5AE68 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181174104-
CMYK00.040.430.29
HSL54.55º34.22%55.88%-
HSV(B)54.55º42.54%70.98%-
XYZ36.6941.119.1-
YUV168.1191.82137.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 104 (41.02% from 255) = 22.66%
R=39.43%
G=37.91%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117410400.040.430.2954.5534.2255.88
HexB5AE68042B1D372238
Octal265256150045335674270
Binary10110101101011101101000010010101111101110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE68; }

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

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

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

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

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

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

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

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