#B36488

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

Shades of Tapestry #B36488

Tints of Tapestry #B36488

Color information

#B36488 (or 0xB36488) is unknown color: approx Tapestry. HEX triplet: B3, 64 and 88. RGB value is (179,100,136). Sum of RGB (Red+Green+Blue) = 179+100+136=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B36488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36488 is #4C9B77. Grayscale: #7F7F7F. Windows color (decimal): -5020536 or 8938675. OLE color: 8938675.

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

Color convert

RGB179100136-
CMYK00.440.240.30
HSL332.66º34.2%54.71%-
HSV(B)332.66º44.13%70.2%-
XYZ27.5920.4825.79-
YUV127.72132.67164.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=43.13%
G=24.10%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910013600.440.240.30332.6634.254.71
HexB3648802C181E14d2237
Octal26314421005430365154267
Binary1011001111001001000100001011001100011110101001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36488; }

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

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

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

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

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

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

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

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