#B4717E

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

Shades of Tapestry #B4717E

Tints of Tapestry #B4717E

Color information

#B4717E (or 0xB4717E) is unknown color: approx Tapestry. HEX triplet: B4, 71 and 7E. RGB value is (180,113,126). Sum of RGB (Red+Green+Blue) = 180+113+126=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4717E is #4B8E81. Grayscale: #868686. Windows color (decimal): -4951682 or 8286644. OLE color: 8286644.

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

Color convert

RGB180113126-
CMYK00.370.30.29
HSL348.36º30.88%57.45%-
HSV(B)348.36º37.22%70.59%-
XYZ28.4923.0222.68-
YUV134.52123.2160.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=42.96%
G=26.97%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011312600.370.30.29348.3630.8857.45
HexB4717E0251E1D15c1f39
Octal26416117604536355343771
Binary10110100111000111111100100101111101110110101110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4717E; }

 p { color: rgb(180,113,126); }

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

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

 a { background-color: rgb(180,113,126); }

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

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

 span { border-color: rgb(180,113,126); }

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