#B46988

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

Shades of Tapestry #B46988

Tints of Tapestry #B46988

Color information

#B46988 (or 0xB46988) is unknown color: approx Tapestry. HEX triplet: B4, 69 and 88. RGB value is (180,105,136). Sum of RGB (Red+Green+Blue) = 180+105+136=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B46988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46988 is #4B9677. Grayscale: #828282. Windows color (decimal): -4953720 or 8939956. OLE color: 8939956.

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

Color convert

RGB180105136-
CMYK00.420.240.29
HSL335.2º33.33%55.88%-
HSV(B)335.2º41.67%70.59%-
XYZ28.3221.5825.97-
YUV130.96130.85162.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=42.76%
G=24.94%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010513600.420.240.29335.233.3355.88
HexB4698802A181D14f2138
Octal26415121005230355174170
Binary1011010011010011000100001010101100011101101001111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46988; }

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

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

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

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

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

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

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

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