#B3A171

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

Shades of Tallow #B3A171

Tints of Tallow #B3A171

Color information

#B3A171 (or 0xB3A171) is unknown color: approx Tallow. HEX triplet: B3, A1 and 71. RGB value is (179,161,113). Sum of RGB (Red+Green+Blue) = 179+161+113=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A171 is #4C5E8E. Grayscale: #A1A1A1. Windows color (decimal): -5004943 or 7446963. OLE color: 7446963.

HSL color Cylindrical-coordinate representation of color #B3A171: hue angle of 43.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3A171 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB179161113-
CMYK00.100.370.30
HSL43.64º30.28%57.25%-
HSV(B)43.64º36.87%70.2%-
XYZ34.3236.2720.81-
YUV160.91100.96140.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=39.51%
G=35.54%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916111300.100.370.3043.6430.2857.25
HexB3A1710A251E2c1e39
Octal2632411610124536543671
Binary10110011101000011110001010101001011111010110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A171; }

 p { color: rgb(179,161,113); }

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

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

 a { background-color: rgb(179,161,113); }

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

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

 span { border-color: rgb(179,161,113); }

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