#B8777D

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

Shades of Tapestry #B8777D

Tints of Tapestry #B8777D

Color information

#B8777D (or 0xB8777D) is unknown color: approx Tapestry. HEX triplet: B8, 77 and 7D. RGB value is (184,119,125). Sum of RGB (Red+Green+Blue) = 184+119+125=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8777D is #478882. Grayscale: #8B8B8B. Windows color (decimal): -4688003 or 8222648. OLE color: 8222648.

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

Color convert

RGB184119125-
CMYK00.350.320.28
HSL354.46º31.4%59.41%-
HSV(B)354.46º35.33%72.16%-
XYZ30.0724.8622.62-
YUV139.12120.03160.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 119 (46.88% from 255) = 27.80%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=42.99%
G=27.80%
B=29.21%

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
Decimal18411912500.350.320.28354.4631.459.41
HexB8777D023201C1621f3b
Octal27016717504340345423773
Binary101110001110111111110101000111000001110010110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8777D; }

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

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

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

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

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

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

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

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