#B07690

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

Shades of Tapestry #B07690

Tints of Tapestry #B07690

Color information

#B07690 (or 0xB07690) is unknown color: approx Tapestry. HEX triplet: B0, 76 and 90. RGB value is (176,118,144). Sum of RGB (Red+Green+Blue) = 176+118+144=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B07690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07690 is #4F896F. Grayscale: #8A8A8A. Windows color (decimal): -5212528 or 9467568. OLE color: 9467568.

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

Color convert

RGB176118144-
CMYK00.330.180.31
HSL333.1º26.85%57.65%-
HSV(B)333.1º32.95%69.02%-
XYZ29.4224.229.51-
YUV138.31131.22154.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 144 (56.64% from 255) = 32.88%
R=40.18%
G=26.94%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611814400.330.180.31333.126.8557.65
HexB07690021121F14d1b3a
Octal26016622004122375153372
Binary101100001110110100100000100001100101111110100110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07690; }

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

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

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

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

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

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

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

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