#B29E6F

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

Shades of Tallow #B29E6F

Tints of Tallow #B29E6F

Color information

#B29E6F (or 0xB29E6F) is unknown color: approx Tallow. HEX triplet: B2, 9E and 6F. RGB value is (178,158,111). Sum of RGB (Red+Green+Blue) = 178+158+111=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E6F is #4D6190. Grayscale: #9E9E9E. Windows color (decimal): -5071249 or 7315122. OLE color: 7315122.

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

Color convert

RGB178158111-
CMYK00.110.380.30
HSL42.09º30.32%56.67%-
HSV(B)42.09º37.64%69.8%-
XYZ33.4635.0720.04-
YUV158.62101.13141.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=39.82%
G=35.35%
B=24.83%

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
Decimal17815811100.110.380.3042.0930.3256.67
HexB29E6F0B261E2a1e39
Octal2622361570134636523671
Binary10110010100111101101111010111001101111010101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E6F; }

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

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

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

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

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

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

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

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