#B06390

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

Shades of Tapestry #B06390

Tints of Tapestry #B06390

Color information

#B06390 (or 0xB06390) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 90. RGB value is (176,99,144). Sum of RGB (Red+Green+Blue) = 176+99+144=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B06390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06390 is #4F9C6F. Grayscale: #7F7F7F. Windows color (decimal): -5217392 or 9462704. OLE color: 9462704.

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

Color convert

RGB17699144-
CMYK00.440.180.31
HSL324.94º32.77%53.92%-
HSV(B)324.94º43.75%69.02%-
XYZ27.420.1728.83-
YUV127.15137.51162.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=42.00%
G=23.63%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769914400.440.180.31324.9432.7753.92
HexB0639002C121F1452136
Octal26014322005422375054166
Binary1011000011000111001000001011001001011111101000101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06390; }

 p { color: rgb(176,99,144); }

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

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

 a { background-color: rgb(176,99,144); }

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

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

 span { border-color: rgb(176,99,144); }

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