#B29E73

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

Shades of Tallow #B29E73

Tints of Tallow #B29E73

Color information

#B29E73 (or 0xB29E73) is unknown color: approx Tallow. HEX triplet: B2, 9E and 73. RGB value is (178,158,115). Sum of RGB (Red+Green+Blue) = 178+158+115=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E73 is #4D618C. Grayscale: #9F9F9F. Windows color (decimal): -5071245 or 7577266. OLE color: 7577266.

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

Color convert

RGB178158115-
CMYK00.110.350.30
HSL40.95º29.03%57.45%-
HSV(B)40.95º35.39%69.8%-
XYZ33.6835.1621.23-
YUV159.08103.13141.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.47%
GREEN value IS 158 (62.11% from 255) = 35.03%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=39.47%
G=35.03%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815811500.110.350.3040.9529.0357.45
HexB29E730B231E291d39
Octal2622361630134336513571
Binary10110010100111101110011010111000111111010100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E73; }

 p { color: rgb(178,158,115); }

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

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

 a { background-color: rgb(178,158,115); }

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

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

 span { border-color: rgb(178,158,115); }

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