#B7718B

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

Shades of Tapestry #B7718B

Tints of Tapestry #B7718B

Color information

#B7718B (or 0xB7718B) is unknown color: approx Tapestry. HEX triplet: B7, 71 and 8B. RGB value is (183,113,139). Sum of RGB (Red+Green+Blue) = 183+113+139=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7718B is #488E74. Grayscale: #888888. Windows color (decimal): -4755061 or 9138615. OLE color: 9138615.

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

Color convert

RGB183113139-
CMYK00.380.240.28
HSL337.71º32.71%58.04%-
HSV(B)337.71º38.25%71.76%-
XYZ30.0923.7427.42-
YUV136.89129.19160.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=42.07%
G=25.98%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311313900.380.240.28337.7132.7158.04
HexB7718B026181C152213a
Octal26716121304630345224172
Binary1011011111100011000101101001101100011100101010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7718B; }

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

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

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

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

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

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

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

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