#B19C6C

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

Shades of Tallow #B19C6C

Tints of Tallow #B19C6C

Color information

#B19C6C (or 0xB19C6C) is unknown color: approx Tallow. HEX triplet: B1, 9C and 6C. RGB value is (177,156,108). Sum of RGB (Red+Green+Blue) = 177+156+108=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C6C is #4E6393. Grayscale: #9D9D9D. Windows color (decimal): -5137300 or 7118001. OLE color: 7118001.

HSL color Cylindrical-coordinate representation of color #B19C6C: hue angle of 41.74º 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 #B19C6C is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB177156108-
CMYK00.120.390.31
HSL41.74º30.67%55.88%-
HSV(B)41.74º38.98%69.41%-
XYZ32.7334.2119.07-
YUV156.81100.46142.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=40.14%
G=35.37%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715610800.120.390.3141.7430.6755.88
HexB19C6C0C271F2a1f38
Octal2612341540144737523770
Binary10110001100111001101100011001001111111110101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C6C; }

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

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

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

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

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

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

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

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