#B9916E

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

Shades of Fallow #B9916E

Tints of Fallow #B9916E

Color information

#B9916E (or 0xB9916E) is unknown color: approx Fallow. HEX triplet: B9, 91 and 6E. RGB value is (185,145,110). Sum of RGB (Red+Green+Blue) = 185+145+110=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9916E is #466E91. Grayscale: #999999. Windows color (decimal): -4615826 or 7246265. OLE color: 7246265.

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

Color convert

RGB185145110-
CMYK00.220.410.27
HSL28º34.88%57.84%-
HSV(B)28º40.54%72.55%-
XYZ32.9531.6919.13-
YUV152.97103.75150.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 110 (43.36% from 255) = 25%
R=42.05%
G=32.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514511000.220.410.272834.8857.84
HexB9916E016291B1c233a
Octal2712211560265133344372
Binary101110011001000111011100101101010011101111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9916E; }

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

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

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

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

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

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

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

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