#B36E88

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

Shades of Tapestry #B36E88

Tints of Tapestry #B36E88

Color information

#B36E88 (or 0xB36E88) is unknown color: approx Tapestry. HEX triplet: B3, 6E and 88. RGB value is (179,110,136). Sum of RGB (Red+Green+Blue) = 179+110+136=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E88 is #4C9177. Grayscale: #858585. Windows color (decimal): -5017976 or 8941235. OLE color: 8941235.

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

Color convert

RGB179110136-
CMYK00.390.240.30
HSL337.39º31.22%56.67%-
HSV(B)337.39º38.55%70.2%-
XYZ28.6122.5126.13-
YUV133.6129.36160.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 136 (53.52% from 255) = 32%
R=42.12%
G=25.88%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911013600.390.240.30337.3931.2256.67
HexB36E88027181E1511f39
Octal26315621004730365213771
Binary101100111101110100010000100111110001111010101000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E88; }

 p { color: rgb(179,110,136); }

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

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

 a { background-color: rgb(179,110,136); }

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

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

 span { border-color: rgb(179,110,136); }

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