#B0727E

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

Shades of Tapestry #B0727E

Tints of Tapestry #B0727E

Color information

#B0727E (or 0xB0727E) is unknown color: approx Tapestry. HEX triplet: B0, 72 and 7E. RGB value is (176,114,126). Sum of RGB (Red+Green+Blue) = 176+114+126=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0727E is #4F8D81. Grayscale: #858585. Windows color (decimal): -5213570 or 8286896. OLE color: 8286896.

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

Color convert

RGB176114126-
CMYK00.350.280.31
HSL348.39º28.18%56.86%-
HSV(B)348.39º35.23%69.02%-
XYZ27.6922.7722.67-
YUV133.91123.54158.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=42.31%
G=27.40%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611412600.350.280.31348.3928.1856.86
HexB0727E0231C1F15c1c39
Octal26016217604334375343471
Binary10110000111001011111100100011111001111110101110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0727E; }

 p { color: rgb(176,114,126); }

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

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

 a { background-color: rgb(176,114,126); }

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

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

 span { border-color: rgb(176,114,126); }

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