#B19971

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

Shades of Fallow #B19971

Tints of Fallow #B19971

Color information

#B19971 (or 0xB19971) is unknown color: approx Fallow. HEX triplet: B1, 99 and 71. RGB value is (177,153,113). Sum of RGB (Red+Green+Blue) = 177+153+113=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B19971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19971 is #4E668E. Grayscale: #9B9B9B. Windows color (decimal): -5138063 or 7444913. OLE color: 7444913.

HSL color Cylindrical-coordinate representation of color #B19971: hue angle of 37.5º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B19971 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB177153113-
CMYK00.140.360.31
HSL37.5º29.09%56.86%-
HSV(B)37.5º36.16%69.41%-
XYZ32.533.3220.34-
YUV155.62103.95143.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=39.95%
G=34.54%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715311300.140.360.3137.529.0956.86
HexB199710E241F261d39
Octal2612311610164437463571
Binary10110001100110011110001011101001001111110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19971; }

 p { color: rgb(177,153,113); }

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

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

 a { background-color: rgb(177,153,113); }

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

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

 span { border-color: rgb(177,153,113); }

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