#B0717F

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

Shades of Tapestry #B0717F

Tints of Tapestry #B0717F

Color information

#B0717F (or 0xB0717F) is unknown color: approx Tapestry. HEX triplet: B0, 71 and 7F. RGB value is (176,113,127). Sum of RGB (Red+Green+Blue) = 176+113+127=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0717F is #4F8E80. Grayscale: #858585. Windows color (decimal): -5213825 or 8352176. OLE color: 8352176.

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

Color convert

RGB176113127-
CMYK00.360.280.31
HSL346.67º28.51%56.67%-
HSV(B)346.67º35.8%69.02%-
XYZ27.6422.5722.98-
YUV133.43124.37158.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 127 (50% from 255) = 30.53%
R=42.31%
G=27.16%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611312700.360.280.31346.6728.5156.67
HexB0717F0241C1F15b1d39
Octal26016117704434375333571
Binary10110000111000111111110100100111001111110101101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0717F; }

 p { color: rgb(176,113,127); }

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

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

 a { background-color: rgb(176,113,127); }

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

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

 span { border-color: rgb(176,113,127); }

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