#B29B98

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

Shades of Thatch #B29B98

Tints of Thatch #B29B98

Color information

#B29B98 (or 0xB29B98) is unknown color: approx Thatch. HEX triplet: B2, 9B and 98. RGB value is (178,155,152). Sum of RGB (Red+Green+Blue) = 178+155+152=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29B98 is #4D6467. Grayscale: #A1A1A1. Windows color (decimal): -5071976 or 10001330. OLE color: 10001330.

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

Color convert

RGB178155152-
CMYK00.130.150.30
HSL6.92º14.44%64.71%-
HSV(B)6.92º14.61%69.8%-
XYZ35.7535.1734.61-
YUV161.54122.62139.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=36.70%
G=31.96%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815515200.130.150.306.9214.4464.71
HexB29B980DF1E7e41
Octal2622332300151736716101
Binary1011001010011011100110000110111111111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B98; }

 p { color: rgb(178,155,152); }

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

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

 a { background-color: rgb(178,155,152); }

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

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

 span { border-color: rgb(178,155,152); }

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