#B5A16F

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

Shades of Fallow #B5A16F

Tints of Fallow #B5A16F

Color information

#B5A16F (or 0xB5A16F) is unknown color: approx Fallow. HEX triplet: B5, A1 and 6F. RGB value is (181,161,111). Sum of RGB (Red+Green+Blue) = 181+161+111=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A16F is #4A5E90. Grayscale: #A1A1A1. Windows color (decimal): -4873873 or 7315893. OLE color: 7315893.

HSL color Cylindrical-coordinate representation of color #B5A16F: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5A16F is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181161111-
CMYK00.110.390.29
HSL42.86º32.11%57.25%-
HSV(B)42.86º38.67%70.98%-
XYZ34.6736.4620.25-
YUV161.2899.63142.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=39.96%
G=35.54%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116111100.110.390.2942.8632.1157.25
HexB5A16F0B271D2b2039
Octal2652411570134735534071
Binary101101011010000111011110101110011111101101011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A16F; }

 p { color: rgb(181,161,111); }

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

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

 a { background-color: rgb(181,161,111); }

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

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

 span { border-color: rgb(181,161,111); }

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