#B29795

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

Shades of Thatch #B29795

Tints of Thatch #B29795

Color information

#B29795 (or 0xB29795) is unknown color: approx Thatch. HEX triplet: B2, 97 and 95. RGB value is (178,151,149). Sum of RGB (Red+Green+Blue) = 178+151+149=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B29795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29795 is #4D686A. Grayscale: #9E9E9E. Windows color (decimal): -5073003 or 9803698. OLE color: 9803698.

HSL color Cylindrical-coordinate representation of color #B29795: hue angle of 4.14º 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 #B29795 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB178151149-
CMYK00.150.160.30
HSL4.14º15.85%64.12%-
HSV(B)4.14º16.29%69.8%-
XYZ34.8533.7733.11-
YUV158.84122.45141.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=37.24%
G=31.59%
B=31.17%

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
Decimal17815114900.150.160.304.1415.8564.12
HexB297950F101E41040
Octal2622272250172036420100
Binary101100101001011110010101011111000011110100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29795; }

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

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

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

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

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

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

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

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