#B9916F

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

Shades of Fallow #B9916F

Tints of Fallow #B9916F

Color information

#B9916F (or 0xB9916F) is unknown color: approx Fallow. HEX triplet: B9, 91 and 6F. RGB value is (185,145,111). Sum of RGB (Red+Green+Blue) = 185+145+111=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9916F is #466E90. Grayscale: #999999. Windows color (decimal): -4615825 or 7311801. OLE color: 7311801.

HSL color Cylindrical-coordinate representation of color #B9916F: hue angle of 27.57º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9916F is Cyan = 0, Magento = 0.22, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185145111-
CMYK00.220.40.27
HSL27.57º34.58%58.04%-
HSV(B)27.57º40%72.55%-
XYZ3331.7119.42-
YUV153.08104.25150.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=41.95%
G=32.88%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514511100.220.40.2727.5734.5858.04
HexB9916F016281B1c233a
Octal2712211570265033344372
Binary101110011001000111011110101101010001101111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9916F; }

 p { color: rgb(185,145,111); }

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

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

 a { background-color: rgb(185,145,111); }

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

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

 span { border-color: rgb(185,145,111); }

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