#B29493

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

Shades of Thatch #B29493

Tints of Thatch #B29493

Color information

#B29493 (or 0xB29493) is unknown color: approx Thatch. HEX triplet: B2, 94 and 93. RGB value is (178,148,147). Sum of RGB (Red+Green+Blue) = 178+148+147=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B29493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29493 is #4D6B6C. Grayscale: #9C9C9C. Windows color (decimal): -5073773 or 9671858. OLE color: 9671858.

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

Color convert

RGB178148147-
CMYK00.170.170.30
HSL1.94º16.76%63.73%-
HSV(B)1.94º17.42%69.8%-
XYZ34.2232.7532.12-
YUV156.86122.44143.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=37.63%
G=31.29%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814814700.170.170.301.9416.7663.73
HexB29493011111E21140
Octal2622242230212136221100
Binary101100101001010010010011010001100011111010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29493; }

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

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

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

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

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

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

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

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