#B7717D

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

Shades of Tapestry #B7717D

Tints of Tapestry #B7717D

Color information

#B7717D (or 0xB7717D) is unknown color: approx Tapestry. HEX triplet: B7, 71 and 7D. RGB value is (183,113,125). Sum of RGB (Red+Green+Blue) = 183+113+125=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7717D is #488E82. Grayscale: #878787. Windows color (decimal): -4755075 or 8221111. OLE color: 8221111.

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

Color convert

RGB183113125-
CMYK00.380.320.28
HSL349.71º32.71%58.04%-
HSV(B)349.71º38.25%71.76%-
XYZ29.1423.3622.38-
YUV135.3122.19162.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=43.47%
G=26.84%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311312500.380.320.28349.7132.7158.04
HexB7717D026201C15e213a
Octal26716117504640345364172
Binary1011011111100011111101010011010000011100101011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7717D; }

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

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

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

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

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

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

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

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