#B7707E

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

Shades of Tapestry #B7707E

Tints of Tapestry #B7707E

Color information

#B7707E (or 0xB7707E) is unknown color: approx Tapestry. HEX triplet: B7, 70 and 7E. RGB value is (183,112,126). Sum of RGB (Red+Green+Blue) = 183+112+126=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7707E is #488F81. Grayscale: #868686. Windows color (decimal): -4755330 or 8286391. OLE color: 8286391.

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

Color convert

RGB183112126-
CMYK00.390.310.28
HSL348.17º33.02%57.84%-
HSV(B)348.17º38.8%71.76%-
XYZ29.0923.1622.68-
YUV134.82123.02162.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=43.47%
G=26.60%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311212600.390.310.28348.1733.0257.84
HexB7707E0271F1C15c213a
Octal26716017604737345344172
Binary101101111110000111111001001111111111100101011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7707E; }

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

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

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

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

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

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

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

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