#B8707A

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

Shades of Tapestry #B8707A

Tints of Tapestry #B8707A

Color information

#B8707A (or 0xB8707A) is unknown color: approx Tapestry. HEX triplet: B8, 70 and 7A. RGB value is (184,112,122). Sum of RGB (Red+Green+Blue) = 184+112+122=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8707A is #478F85. Grayscale: #868686. Windows color (decimal): -4689798 or 8024248. OLE color: 8024248.

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

Color convert

RGB184112122-
CMYK00.390.340.28
HSL351.67º33.64%58.04%-
HSV(B)351.67º39.13%72.16%-
XYZ29.0723.1821.35-
YUV134.67120.85163.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=44.02%
G=26.79%
B=29.19%

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
Decimal18411212200.390.340.28351.6733.6458.04
HexB8707A027221C160223a
Octal27016017204742345404272
Binary1011100011100001111010010011110001011100101100000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8707A; }

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

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

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

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

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

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

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

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