#B07381

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

Shades of Tapestry #B07381

Tints of Tapestry #B07381

Color information

#B07381 (or 0xB07381) is unknown color: approx Tapestry. HEX triplet: B0, 73 and 81. RGB value is (176,115,129). Sum of RGB (Red+Green+Blue) = 176+115+129=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B07381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07381 is #4F8C7E. Grayscale: #868686. Windows color (decimal): -5213311 or 8483760. OLE color: 8483760.

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

Color convert

RGB176115129-
CMYK00.350.270.31
HSL346.23º27.85%57.06%-
HSV(B)346.23º34.66%69.02%-
XYZ2823.0823.75-
YUV134.83124.71157.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=41.90%
G=27.38%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611512900.350.270.31346.2327.8557.06
HexB073810231B1F15a1c39
Octal26016320104333375323471
Binary101100001110011100000010100011110111111110101101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07381; }

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

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

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

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

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

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

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

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