#B07390

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

Shades of Tapestry #B07390

Tints of Tapestry #B07390

Color information

#B07390 (or 0xB07390) is unknown color: approx Tapestry. HEX triplet: B0, 73 and 90. RGB value is (176,115,144). Sum of RGB (Red+Green+Blue) = 176+115+144=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B07390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07390 is #4F8C6F. Grayscale: #888888. Windows color (decimal): -5213296 or 9466800. OLE color: 9466800.

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

Color convert

RGB176115144-
CMYK00.350.180.31
HSL331.48º27.85%57.06%-
HSV(B)331.48º34.66%69.02%-
XYZ29.0723.5129.39-
YUV136.54132.21156.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=40.46%
G=26.44%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611514400.350.180.31331.4827.8557.06
HexB07390023121F14b1c39
Octal26016322004322375133471
Binary101100001110011100100000100011100101111110100101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07390; }

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

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

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

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

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

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

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

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