#B7718C

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

Shades of Tapestry #B7718C

Tints of Tapestry #B7718C

Color information

#B7718C (or 0xB7718C) is unknown color: approx Tapestry. HEX triplet: B7, 71 and 8C. RGB value is (183,113,140). Sum of RGB (Red+Green+Blue) = 183+113+140=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7718C is #488E73. Grayscale: #888888. Windows color (decimal): -4755060 or 9204151. OLE color: 9204151.

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

Color convert

RGB183113140-
CMYK00.380.230.28
HSL336.86º32.71%58.04%-
HSV(B)336.86º38.25%71.76%-
XYZ30.1723.7727.81-
YUV137.01129.69160.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=41.97%
G=25.92%
B=32.11%

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
Decimal18311314000.380.230.28336.8632.7158.04
HexB7718C026171C151213a
Octal26716121404627345214172
Binary1011011111100011000110001001101011111100101010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7718C; }

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

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

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

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

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

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

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

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