#B5A668

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

Shades of Gimblet #B5A668

Tints of Gimblet #B5A668

Color information

#B5A668 (or 0xB5A668) is unknown color: approx Gimblet. HEX triplet: B5, A6 and 68. RGB value is (181,166,104). Sum of RGB (Red+Green+Blue) = 181+166+104=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A668 is #4A5997. Grayscale: #A3A3A3. Windows color (decimal): -4872600 or 6858421. OLE color: 6858421.

HSL color Cylindrical-coordinate representation of color #B5A668: hue angle of 48.31º 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 #B5A668 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181166104-
CMYK00.080.430.29
HSL48.31º34.22%55.88%-
HSV(B)48.31º42.54%70.98%-
XYZ35.1938.118.6-
YUV163.4294.47140.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 104 (41.02% from 255) = 23.06%
R=40.13%
G=36.81%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116610400.080.430.2948.3134.2255.88
HexB5A668082B1D302238
Octal2652461500105335604270
Binary101101011010011011010000100010101111101110000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A668; }

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

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

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

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

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

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

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

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