#b36988

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

Shades of Tapestry #B36988

Tints of Tapestry #B36988

Color information

#B36988 (or 0xB36988) is unknown color: approx Tapestry. HEX triplet: B3, 69 and 88. RGB value is (179,105,136). Sum of RGB (Red+Green+Blue) = 179+105+136=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B36988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36988 is #4C9677. Grayscale: #828282. Windows color (decimal): -5019256 or 8939955. OLE color: 8939955.

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

Color convert

RGB179105136-
CMYK00.410.240.30
HSL334.86º32.74%55.69%-
HSV(B)334.86º41.34%70.2%-
XYZ28.0921.4625.96-
YUV130.66131.02162.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=42.62%
G=25%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910513600.410.240.30334.8632.7455.69
HexB36988029181E14f2138
Octal26315121005130365174170
Binary1011001111010011000100001010011100011110101001111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36988; }

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

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

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

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

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

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

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

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