#B07890

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

Shades of Tapestry #B07890

Tints of Tapestry #B07890

Color information

#B07890 (or 0xB07890) is unknown color: approx Tapestry. HEX triplet: B0, 78 and 90. RGB value is (176,120,144). Sum of RGB (Red+Green+Blue) = 176+120+144=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07890 is #4F876F. Grayscale: #8B8B8B. Windows color (decimal): -5212016 or 9468080. OLE color: 9468080.

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

Color convert

RGB176120144-
CMYK00.320.180.31
HSL334.29º26.17%58.04%-
HSV(B)334.29º31.82%69.02%-
XYZ29.6624.6829.59-
YUV139.48130.55154.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=40%
G=27.27%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612014400.320.180.31334.2926.1758.04
HexB07890020121F14e1a3a
Octal26017022004022375163272
Binary101100001111000100100000100000100101111110100111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07890; }

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

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

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

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

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

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

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

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