#B8787D

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

Shades of Tapestry #B8787D

Tints of Tapestry #B8787D

Color information

#B8787D (or 0xB8787D) is unknown color: approx Tapestry. HEX triplet: B8, 78 and 7D. RGB value is (184,120,125). Sum of RGB (Red+Green+Blue) = 184+120+125=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8787D is #478782. Grayscale: #8B8B8B. Windows color (decimal): -4687747 or 8222904. OLE color: 8222904.

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

Color convert

RGB184120125-
CMYK00.350.320.28
HSL355.31º31.07%59.61%-
HSV(B)355.31º34.78%72.16%-
XYZ30.1925.122.66-
YUV139.71119.7159.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=42.89%
G=27.97%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412012500.350.320.28355.3131.0759.61
HexB8787D023201C1631f3c
Octal27017017504340345433774
Binary101110001111000111110101000111000001110010110001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8787D; }

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

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

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

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

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

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

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

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