#B8787F

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

Shades of Tapestry #B8787F

Tints of Tapestry #B8787F

Color information

#B8787F (or 0xB8787F) is unknown color: approx Tapestry. HEX triplet: B8, 78 and 7F. RGB value is (184,120,127). Sum of RGB (Red+Green+Blue) = 184+120+127=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B8787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8787F is #478780. Grayscale: #8B8B8B. Windows color (decimal): -4687745 or 8353976. OLE color: 8353976.

HSL color Cylindrical-coordinate representation of color #B8787F: hue angle of 353.44º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8787F is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB184120127-
CMYK00.350.310.28
HSL353.44º31.07%59.61%-
HSV(B)353.44º34.78%72.16%-
XYZ30.3125.1623.34-
YUV139.93120.7159.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 127 (50% from 255) = 29.47%
R=42.69%
G=27.84%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412012700.350.310.28353.4431.0759.61
HexB8787F0231F1C1611f3c
Octal27017017704337345413774
Binary10111000111100011111110100011111111110010110000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8787F; }

 p { color: rgb(184,120,127); }

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

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

 a { background-color: rgb(184,120,127); }

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

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

 span { border-color: rgb(184,120,127); }

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