#B46488

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

Shades of Tapestry #B46488

Tints of Tapestry #B46488

Color information

#B46488 (or 0xB46488) is unknown color: approx Tapestry. HEX triplet: B4, 64 and 88. RGB value is (180,100,136). Sum of RGB (Red+Green+Blue) = 180+100+136=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B46488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46488 is #4B9B77. Grayscale: #7F7F7F. Windows color (decimal): -4955000 or 8938676. OLE color: 8938676.

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

Color convert

RGB180100136-
CMYK00.440.240.29
HSL333º34.78%54.9%-
HSV(B)333º44.44%70.59%-
XYZ27.8220.625.8-
YUV128.02132.5165.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=43.27%
G=24.04%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010013600.440.240.2933334.7854.9
HexB4648802C181D14d2337
Octal26414421005430355154367
Binary1011010011001001000100001011001100011101101001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46488; }

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

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

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

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

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

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

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

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