#B9717A

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

Shades of Tapestry #B9717A

Tints of Tapestry #B9717A

Color information

#B9717A (or 0xB9717A) is unknown color: approx Tapestry. HEX triplet: B9, 71 and 7A. RGB value is (185,113,122). Sum of RGB (Red+Green+Blue) = 185+113+122=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9717A is #468E85. Grayscale: #878787. Windows color (decimal): -4624006 or 8024505. OLE color: 8024505.

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

Color convert

RGB185113122-
CMYK00.390.340.27
HSL352.5º33.96%58.43%-
HSV(B)352.5º38.92%72.55%-
XYZ29.4323.5321.4-
YUV135.55120.35163.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=44.05%
G=26.90%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511312200.390.340.27352.533.9658.43
HexB9717A027221B160223a
Octal27116117204742335404272
Binary1011100111100011111010010011110001011011101100000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9717A; }

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

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

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

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

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

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

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

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