#B5A86C

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

Shades of Gimblet #B5A86C

Tints of Gimblet #B5A86C

Color information

#B5A86C (or 0xB5A86C) is unknown color: approx Gimblet. HEX triplet: B5, A8 and 6C. RGB value is (181,168,108). Sum of RGB (Red+Green+Blue) = 181+168+108=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A86C is #4A5793. Grayscale: #A5A5A5. Windows color (decimal): -4872084 or 7121077. OLE color: 7121077.

HSL color Cylindrical-coordinate representation of color #B5A86C: hue angle of 49.32º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5A86C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181168108-
CMYK00.070.400.29
HSL49.32º33.03%56.67%-
HSV(B)49.32º40.33%70.98%-
XYZ35.7738.9119.81-
YUV165.0595.81139.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=39.61%
G=36.76%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116810800.070.400.2949.3233.0356.67
HexB5A86C07281D312139
Octal265250154075035614171
Binary10110101101010001101100011110100011101110001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A86C; }

 p { color: rgb(181,168,108); }

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

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

 a { background-color: rgb(181,168,108); }

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

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

 span { border-color: rgb(181,168,108); }

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