#B87781

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

Shades of Tapestry #B87781

Tints of Tapestry #B87781

Color information

#B87781 (or 0xB87781) is unknown color: approx Tapestry. HEX triplet: B8, 77 and 81. RGB value is (184,119,129). Sum of RGB (Red+Green+Blue) = 184+119+129=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B87781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87781 is #47887E. Grayscale: #8B8B8B. Windows color (decimal): -4687999 or 8484792. OLE color: 8484792.

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

Color convert

RGB184119129-
CMYK00.350.300.28
HSL350.77º31.4%59.41%-
HSV(B)350.77º35.33%72.16%-
XYZ30.3324.9723.99-
YUV139.57122.03159.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=42.59%
G=27.55%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411912900.350.300.28350.7731.459.41
HexB877810231E1C15f1f3b
Octal27016720104336345373773
Binary101110001110111100000010100011111101110010101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87781; }

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

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

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

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

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

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

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

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