#B19C6E

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

Shades of Tallow #B19C6E

Tints of Tallow #B19C6E

Color information

#B19C6E (or 0xB19C6E) is unknown color: approx Tallow. HEX triplet: B1, 9C and 6E. RGB value is (177,156,110). Sum of RGB (Red+Green+Blue) = 177+156+110=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C6E is #4E6391. Grayscale: #9D9D9D. Windows color (decimal): -5137298 or 7249073. OLE color: 7249073.

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

Color convert

RGB177156110-
CMYK00.120.380.31
HSL41.19º30.04%56.27%-
HSV(B)41.19º37.85%69.41%-
XYZ32.8334.2519.63-
YUV157.03101.46142.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=39.95%
G=35.21%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715611000.120.380.3141.1930.0456.27
HexB19C6E0C261F291e38
Octal2612341560144637513670
Binary10110001100111001101110011001001101111110100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C6E; }

 p { color: rgb(177,156,110); }

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

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

 a { background-color: rgb(177,156,110); }

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

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

 span { border-color: rgb(177,156,110); }

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