#B19F73

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

Shades of Tallow #B19F73

Tints of Tallow #B19F73

Color information

#B19F73 (or 0xB19F73) is unknown color: approx Tallow. HEX triplet: B1, 9F and 73. RGB value is (177,159,115). Sum of RGB (Red+Green+Blue) = 177+159+115=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F73 is #4E608C. Grayscale: #9F9F9F. Windows color (decimal): -5136525 or 7577521. OLE color: 7577521.

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

Color convert

RGB177159115-
CMYK00.100.350.31
HSL42.58º28.44%57.25%-
HSV(B)42.58º35.03%69.41%-
XYZ33.6235.3821.28-
YUV159.37102.96140.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=39.25%
G=35.25%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715911500.100.350.3142.5828.4457.25
HexB19F730A231F2b1c39
Octal2612371630124337533471
Binary10110001100111111110011010101000111111110101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F73; }

 p { color: rgb(177,159,115); }

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

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

 a { background-color: rgb(177,159,115); }

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

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

 span { border-color: rgb(177,159,115); }

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