#B36288

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

Shades of Tapestry #B36288

Tints of Tapestry #B36288

Color information

#B36288 (or 0xB36288) is unknown color: approx Tapestry. HEX triplet: B3, 62 and 88. RGB value is (179,98,136). Sum of RGB (Red+Green+Blue) = 179+98+136=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B36288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36288 is #4C9D77. Grayscale: #7E7E7E. Windows color (decimal): -5021048 or 8938163. OLE color: 8938163.

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

Color convert

RGB17998136-
CMYK00.450.240.30
HSL331.85º34.76%54.31%-
HSV(B)331.85º45.25%70.2%-
XYZ27.420.125.73-
YUV126.55133.34165.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=43.34%
G=23.73%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799813600.450.240.30331.8534.7654.31
HexB3628802D181E14c2336
Octal26314221005530365144366
Binary1011001111000101000100001011011100011110101001100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36288; }

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

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

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

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

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

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

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

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