#B06B90

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

Shades of Tapestry #B06B90

Tints of Tapestry #B06B90

Color information

#B06B90 (or 0xB06B90) is unknown color: approx Tapestry. HEX triplet: B0, 6B and 90. RGB value is (176,107,144). Sum of RGB (Red+Green+Blue) = 176+107+144=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B90 is #4F946F. Grayscale: #838383. Windows color (decimal): -5215344 or 9464752. OLE color: 9464752.

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

Color convert

RGB176107144-
CMYK00.390.180.31
HSL327.83º30.4%55.49%-
HSV(B)327.83º39.2%69.02%-
XYZ28.221.7629.1-
YUV131.85134.86159.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=41.22%
G=25.06%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610714400.390.180.31327.8330.455.49
HexB06B90027121F1481e37
Octal26015322004722375103667
Binary101100001101011100100000100111100101111110100100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B90; }

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

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

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

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

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

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

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

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