#B29E6E

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

Shades of Tallow #B29E6E

Tints of Tallow #B29E6E

Color information

#B29E6E (or 0xB29E6E) is unknown color: approx Tallow. HEX triplet: B2, 9E and 6E. RGB value is (178,158,110). Sum of RGB (Red+Green+Blue) = 178+158+110=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E6E is #4D6191. Grayscale: #9E9E9E. Windows color (decimal): -5071250 or 7249586. OLE color: 7249586.

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

Color convert

RGB178158110-
CMYK00.110.380.30
HSL42.35º30.63%56.47%-
HSV(B)42.35º38.2%69.8%-
XYZ33.435.0419.76-
YUV158.51100.63141.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 110 (43.36% from 255) = 24.66%
R=39.91%
G=35.43%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815811000.110.380.3042.3530.6356.47
HexB29E6E0B261E2a1f38
Octal2622361560134636523770
Binary10110010100111101101110010111001101111010101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E6E; }

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

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

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

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

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

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

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

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