Html Css Color HEX #B29E72 Tallow

📋 copy color: '#B29E72'

red 178 ◦ green 158 ◦ blue 114

#B29E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tallow #B29E72

Tints of Tallow #B29E72

RGB

 RED value IS 178 (69.92% from 255) = 39.56%

 GREEN value IS 158 (62.11% from 255) = 35.11%

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 39.56%
G = 35.11%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B29E72 (or 0xB29E72) is known color: Tallow. HEX triplet: B2, 9E and 72. RGB value is (178,158,114). Sum of RGB (Red+Green+Blue) = 178+158+114=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E72 is #4D618D. Grayscale: #9F9F9F. Windows color (decimal): -5071246 or 7511730. OLE color: 7511730.

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

Color convert

RGB 178 158 114 -
CMYK 0 0.11 0.36 0.30
HSL 41.25º 0.29% 0.57% -
HSV(B) 41.25º 0.36% 0.7% -
XYZ 33.62 35.13 20.93 -
YUV 158.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 178 158 114 0 0.11 0.36 0.30 41.25 0.29 0.57
Hex B2 9E 72 0 B 24 1E 29 1D 39
Octal 262 236 162 0 13 44 36 51 35 71
Binary 10110010 10011110 1110010 0 1011 100100 11110 101001 11101 111001

Color Harmonies of #B29E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E72

Black with #B29E72

Text Example


Text Example

White with #B29E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E72; }

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

 H1.HeaderClassName
 {
   color: #B29E72;
 }
 .AnyTagClassName
 {
   color: #B29E72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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