#B8797D

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

Shades of Tapestry #B8797D

Tints of Tapestry #B8797D

Color information

#B8797D (or 0xB8797D) is unknown color: approx Tapestry. HEX triplet: B8, 79 and 7D. RGB value is (184,121,125). Sum of RGB (Red+Green+Blue) = 184+121+125=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8797D is #478682. Grayscale: #8C8C8C. Windows color (decimal): -4687491 or 8223160. OLE color: 8223160.

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

Color convert

RGB184121125-
CMYK00.340.320.28
HSL356.19º30.73%59.8%-
HSV(B)356.19º34.24%72.16%-
XYZ30.3125.3522.7-
YUV140.29119.37159.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=42.79%
G=28.14%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412112500.340.320.28356.1930.7359.8
HexB8797D022201C1641f3c
Octal27017117504240345443774
Binary101110001111001111110101000101000001110010110010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8797D; }

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

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

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

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

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

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

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

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