#B8717A

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

Shades of Tapestry #B8717A

Tints of Tapestry #B8717A

Color information

#B8717A (or 0xB8717A) is unknown color: approx Tapestry. HEX triplet: B8, 71 and 7A. RGB value is (184,113,122). Sum of RGB (Red+Green+Blue) = 184+113+122=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8717A is #478E85. Grayscale: #878787. Windows color (decimal): -4689542 or 8024504. OLE color: 8024504.

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

Color convert

RGB184113122-
CMYK00.390.340.28
HSL352.39º33.33%58.24%-
HSV(B)352.39º38.59%72.16%-
XYZ29.1923.4121.39-
YUV135.26120.52162.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=43.91%
G=26.97%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411312200.390.340.28352.3933.3358.24
HexB8717A027221C160213a
Octal27016117204742345404172
Binary1011100011100011111010010011110001011100101100000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8717A; }

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

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

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

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

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

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

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

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