#B9717D

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

Shades of Tapestry #B9717D

Tints of Tapestry #B9717D

Color information

#B9717D (or 0xB9717D) is unknown color: approx Tapestry. HEX triplet: B9, 71 and 7D. RGB value is (185,113,125). Sum of RGB (Red+Green+Blue) = 185+113+125=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9717D is #468E82. Grayscale: #878787. Windows color (decimal): -4624003 or 8221113. OLE color: 8221113.

HSL color Cylindrical-coordinate representation of color #B9717D: hue angle of 350º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9717D is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB185113125-
CMYK00.390.320.27
HSL350º33.96%58.43%-
HSV(B)350º38.92%72.55%-
XYZ29.6123.6122.4-
YUV135.9121.85163.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=43.74%
G=26.71%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511312500.390.320.2735033.9658.43
HexB9717D027201B15e223a
Octal27116117504740335364272
Binary1011100111100011111101010011110000011011101011110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9717D; }

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

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

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

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

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

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

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

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