#B36E90

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

Shades of Tapestry #B36E90

Tints of Tapestry #B36E90

Color information

#B36E90 (or 0xB36E90) is unknown color: approx Tapestry. HEX triplet: B3, 6E and 90. RGB value is (179,110,144). Sum of RGB (Red+Green+Blue) = 179+110+144=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E90 is #4C916F. Grayscale: #868686. Windows color (decimal): -5017968 or 9465523. OLE color: 9465523.

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

Color convert

RGB179110144-
CMYK00.390.200.30
HSL330.43º31.22%56.67%-
HSV(B)330.43º38.55%70.2%-
XYZ29.222.7529.24-
YUV134.51133.36159.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=41.34%
G=25.40%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911014400.390.200.30330.4331.2256.67
HexB36E90027141E14a1f39
Octal26315622004724365123771
Binary101100111101110100100000100111101001111010100101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E90; }

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

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

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

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

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

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

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

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