#B29895

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

Shades of Thatch #B29895

Tints of Thatch #B29895

Color information

#B29895 (or 0xB29895) is unknown color: approx Thatch. HEX triplet: B2, 98 and 95. RGB value is (178,152,149). Sum of RGB (Red+Green+Blue) = 178+152+149=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B29895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29895 is #4D676A. Grayscale: #9F9F9F. Windows color (decimal): -5072747 or 9803954. OLE color: 9803954.

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

Color convert

RGB178152149-
CMYK00.150.160.30
HSL6.21º15.85%64.12%-
HSV(B)6.21º16.29%69.8%-
XYZ35.0134.0933.17-
YUV159.43122.11141.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=37.16%
G=31.73%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815214900.150.160.306.2115.8564.12
HexB298950F101E61040
Octal2622302250172036620100
Binary101100101001100010010101011111000011110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29895; }

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

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

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

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

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

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

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

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