#B0758A

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

Shades of Tapestry #B0758A

Tints of Tapestry #B0758A

Color information

#B0758A (or 0xB0758A) is unknown color: approx Tapestry. HEX triplet: B0, 75 and 8A. RGB value is (176,117,138). Sum of RGB (Red+Green+Blue) = 176+117+138=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0758A is #4F8A75. Grayscale: #898989. Windows color (decimal): -5212790 or 9074096. OLE color: 9074096.

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

Color convert

RGB176117138-
CMYK00.340.220.31
HSL338.64º27.19%57.45%-
HSV(B)338.64º33.52%69.02%-
XYZ28.8523.7927.12-
YUV137.04128.55155.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=40.84%
G=27.15%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611713800.340.220.31338.6427.1957.45
HexB0758A022161F1531b39
Octal26016521204226375233371
Binary101100001110101100010100100010101101111110101001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0758A; }

 p { color: rgb(176,117,138); }

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

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

 a { background-color: rgb(176,117,138); }

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

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

 span { border-color: rgb(176,117,138); }

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