#B49593

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

Shades of Thatch #B49593

Tints of Thatch #B49593

Color information

#B49593 (or 0xB49593) is unknown color: approx Thatch. HEX triplet: B4, 95 and 93. RGB value is (180,149,147). Sum of RGB (Red+Green+Blue) = 180+149+147=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B49593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49593 is #4B6A6C. Grayscale: #9E9E9E. Windows color (decimal): -4942445 or 9672116. OLE color: 9672116.

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

Color convert

RGB180149147-
CMYK00.170.180.29
HSL3.64º18.03%64.12%-
HSV(B)3.64º18.33%70.59%-
XYZ34.8433.332.2-
YUV158.04121.77143.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=37.82%
G=31.30%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014914700.170.180.293.6418.0364.12
HexB49593011121D41240
Octal2642252230212235422100
Binary1011010010010101100100110100011001011101100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49593; }

 p { color: rgb(180,149,147); }

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

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

 a { background-color: rgb(180,149,147); }

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

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

 span { border-color: rgb(180,149,147); }

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