#B19F6C

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

Shades of Tallow #B19F6C

Tints of Tallow #B19F6C

Color information

#B19F6C (or 0xB19F6C) is unknown color: approx Tallow. HEX triplet: B1, 9F and 6C. RGB value is (177,159,108). Sum of RGB (Red+Green+Blue) = 177+159+108=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F6C is #4E6093. Grayscale: #9E9E9E. Windows color (decimal): -5136532 or 7118769. OLE color: 7118769.

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

Color convert

RGB177159108-
CMYK00.100.390.31
HSL44.35º30.67%55.88%-
HSV(B)44.35º38.98%69.41%-
XYZ33.2435.2319.23-
YUV158.5799.46141.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 108 (42.58% from 255) = 24.32%
R=39.86%
G=35.81%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715910800.100.390.3144.3530.6755.88
HexB19F6C0A271F2c1f38
Octal2612371540124737543770
Binary10110001100111111101100010101001111111110110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F6C; }

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

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

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

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

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

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

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

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