#B8707E

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

Shades of Tapestry #B8707E

Tints of Tapestry #B8707E

Color information

#B8707E (or 0xB8707E) is unknown color: approx Tapestry. HEX triplet: B8, 70 and 7E. RGB value is (184,112,126). Sum of RGB (Red+Green+Blue) = 184+112+126=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8707E is #478F81. Grayscale: #878787. Windows color (decimal): -4689794 or 8286392. OLE color: 8286392.

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

Color convert

RGB184112126-
CMYK00.390.320.28
HSL348.33º33.64%58.04%-
HSV(B)348.33º39.13%72.16%-
XYZ29.3323.2922.69-
YUV135.12122.85162.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=43.60%
G=26.54%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411212600.390.320.28348.3333.6458.04
HexB8707E027201C15c223a
Octal27016017604740345344272
Binary1011100011100001111110010011110000011100101011100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8707E; }

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

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

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

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

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

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

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

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