#B29D99

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

Shades of Thatch #B29D99

Tints of Thatch #B29D99

Color information

#B29D99 (or 0xB29D99) is unknown color: approx Thatch. HEX triplet: B2, 9D and 99. RGB value is (178,157,153). Sum of RGB (Red+Green+Blue) = 178+157+153=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D99 is #4D6266. Grayscale: #A2A2A2. Windows color (decimal): -5071463 or 10067378. OLE color: 10067378.

HSL color Cylindrical-coordinate representation of color #B29D99: hue angle of 9.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B29D99 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB178157153-
CMYK00.120.140.30
HSL9.6º13.97%64.9%-
HSV(B)9.6º14.04%69.8%-
XYZ36.1735.8835.16-
YUV162.82122.46138.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=36.48%
G=32.17%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815715300.120.140.309.613.9764.9
HexB29D990CE1Eae41
Octal26223523101416361216101
Binary10110010100111011001100101100111011110101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D99; }

 p { color: rgb(178,157,153); }

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

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

 a { background-color: rgb(178,157,153); }

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

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

 span { border-color: rgb(178,157,153); }

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