#B06690

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

Shades of Tapestry #B06690

Tints of Tapestry #B06690

Color information

#B06690 (or 0xB06690) is unknown color: approx Tapestry. HEX triplet: B0, 66 and 90. RGB value is (176,102,144). Sum of RGB (Red+Green+Blue) = 176+102+144=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B06690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06690 is #4F996F. Grayscale: #808080. Windows color (decimal): -5216624 or 9463472. OLE color: 9463472.

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

Color convert

RGB176102144-
CMYK00.420.180.31
HSL325.95º31.9%54.51%-
HSV(B)325.95º42.05%69.02%-
XYZ27.6920.7528.93-
YUV128.91136.52161.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=41.71%
G=24.17%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610214400.420.180.31325.9531.954.51
HexB0669002A121F1462037
Octal26014622005222375064067
Binary1011000011001101001000001010101001011111101000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06690; }

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

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

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

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

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

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

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

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