#B07385

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

Shades of Tapestry #B07385

Tints of Tapestry #B07385

Color information

#B07385 (or 0xB07385) is unknown color: approx Tapestry. HEX triplet: B0, 73 and 85. RGB value is (176,115,133). Sum of RGB (Red+Green+Blue) = 176+115+133=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07385 is #4F8C7A. Grayscale: #878787. Windows color (decimal): -5213307 or 8745904. OLE color: 8745904.

HSL color Cylindrical-coordinate representation of color #B07385: hue angle of 342.3º 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 #B07385 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB176115133-
CMYK00.350.240.31
HSL342.3º27.85%57.06%-
HSV(B)342.3º34.66%69.02%-
XYZ28.2723.1925.18-
YUV135.29126.71157.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=41.51%
G=27.12%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611513300.350.240.31342.327.8557.06
HexB07385023181F1561c39
Octal26016320504330375263471
Binary101100001110011100001010100011110001111110101011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07385; }

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

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

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

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

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

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

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

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