#B06488

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

Shades of Tapestry #B06488

Tints of Tapestry #B06488

Color information

#B06488 (or 0xB06488) is unknown color: approx Tapestry. HEX triplet: B0, 64 and 88. RGB value is (176,100,136). Sum of RGB (Red+Green+Blue) = 176+100+136=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B06488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06488 is #4F9B77. Grayscale: #7E7E7E. Windows color (decimal): -5217144 or 8938672. OLE color: 8938672.

HSL color Cylindrical-coordinate representation of color #B06488: hue angle of 331.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06488 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176100136-
CMYK00.430.230.31
HSL331.58º32.48%54.12%-
HSV(B)331.58º43.18%69.02%-
XYZ26.9120.1225.76-
YUV126.83133.18163.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=42.72%
G=24.27%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610013600.430.230.31331.5832.4854.12
HexB0648802B171F14c2036
Octal26014421005327375144066
Binary1011000011001001000100001010111011111111101001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06488; }

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

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

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

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

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

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

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

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