#B7718D

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

Shades of Tapestry #B7718D

Tints of Tapestry #B7718D

Color information

#B7718D (or 0xB7718D) is unknown color: approx Tapestry. HEX triplet: B7, 71 and 8D. RGB value is (183,113,141). Sum of RGB (Red+Green+Blue) = 183+113+141=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7718D is #488E72. Grayscale: #898989. Windows color (decimal): -4755059 or 9269687. OLE color: 9269687.

HSL color Cylindrical-coordinate representation of color #B7718D: hue angle of 336º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7718D is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB183113141-
CMYK00.380.230.28
HSL336º32.71%58.04%-
HSV(B)336º38.25%71.76%-
XYZ30.2423.828.2-
YUV137.12130.19160.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 113 (44.53% from 255) = 25.86%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=41.88%
G=25.86%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311314100.380.230.2833632.7158.04
HexB7718D026171C150213a
Octal26716121504627345204172
Binary1011011111100011000110101001101011111100101010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7718D; }

 p { color: rgb(183,113,141); }

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

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

 a { background-color: rgb(183,113,141); }

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

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

 span { border-color: rgb(183,113,141); }

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