#B29391

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

Shades of Thatch #B29391

Tints of Thatch #B29391

Color information

#B29391 (or 0xB29391) is unknown color: approx Thatch. HEX triplet: B2, 93 and 91. RGB value is (178,147,145). Sum of RGB (Red+Green+Blue) = 178+147+145=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B29391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29391 is #4D6C6E. Grayscale: #9C9C9C. Windows color (decimal): -5074031 or 9540530. OLE color: 9540530.

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

Color convert

RGB178147145-
CMYK00.170.190.30
HSL3.64º17.65%63.33%-
HSV(B)3.64º18.54%69.8%-
XYZ33.932.3831.25-
YUV156.04121.77143.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=37.87%
G=31.28%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814714500.170.190.303.6417.6563.33
HexB29391011131E4123f
Octal262223221021233642277
Binary101100101001001110010001010001100111111010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29391; }

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

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

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

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

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

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

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

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