#B36287

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

Shades of Tapestry #B36287

Tints of Tapestry #B36287

Color information

#B36287 (or 0xB36287) is unknown color: approx Tapestry. HEX triplet: B3, 62 and 87. RGB value is (179,98,135). Sum of RGB (Red+Green+Blue) = 179+98+135=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B36287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36287 is #4C9D78. Grayscale: #7E7E7E. Windows color (decimal): -5021049 or 8872627. OLE color: 8872627.

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

Color convert

RGB17998135-
CMYK00.450.250.30
HSL332.59º34.76%54.31%-
HSV(B)332.59º45.25%70.2%-
XYZ27.3320.0725.35-
YUV126.44132.84165.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=43.45%
G=23.79%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799813500.450.250.30332.5934.7654.31
HexB3628702D191E14d2336
Octal26314220705531365154366
Binary1011001111000101000011101011011100111110101001101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36287; }

 p { color: rgb(179,98,135); }

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

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

 a { background-color: rgb(179,98,135); }

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

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

 span { border-color: rgb(179,98,135); }

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