#B29591

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

Shades of Thatch #B29591

Tints of Thatch #B29591

Color information

#B29591 (or 0xB29591) is unknown color: approx Thatch. HEX triplet: B2, 95 and 91. RGB value is (178,149,145). Sum of RGB (Red+Green+Blue) = 178+149+145=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B29591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29591 is #4D6A6E. Grayscale: #9D9D9D. Windows color (decimal): -5073519 or 9541042. OLE color: 9541042.

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

Color convert

RGB178149145-
CMYK00.160.190.30
HSL7.27º17.65%63.33%-
HSV(B)7.27º18.54%69.8%-
XYZ34.223331.36-
YUV157.22121.11142.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=37.71%
G=31.57%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814914500.160.190.307.2717.6563.33
HexB29591010131E7123f
Octal262225221020233672277
Binary101100101001010110010001010000100111111011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29591; }

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

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

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

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

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

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

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

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