#B7708E

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

Shades of Tapestry #B7708E

Tints of Tapestry #B7708E

Color information

#B7708E (or 0xB7708E) is unknown color: approx Tapestry. HEX triplet: B7, 70 and 8E. RGB value is (183,112,142). Sum of RGB (Red+Green+Blue) = 183+112+142=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7708E is #488F71. Grayscale: #888888. Windows color (decimal): -4755314 or 9334967. OLE color: 9334967.

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

Color convert

RGB183112142-
CMYK00.390.220.28
HSL334.65º33.02%57.84%-
HSV(B)334.65º38.8%71.76%-
XYZ30.2123.6128.56-
YUV136.65131.02161.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=41.88%
G=25.63%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311214200.390.220.28334.6533.0257.84
HexB7708E027161C14f213a
Octal26716021604726345174172
Binary1011011111100001000111001001111011011100101001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7708E; }

 p { color: rgb(183,112,142); }

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

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

 a { background-color: rgb(183,112,142); }

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

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

 span { border-color: rgb(183,112,142); }

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