#B27D87

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

Shades of Tapestry #B27D87

Tints of Tapestry #B27D87

Color information

#B27D87 (or 0xB27D87) is unknown color: approx Tapestry. HEX triplet: B2, 7D and 87. RGB value is (178,125,135). Sum of RGB (Red+Green+Blue) = 178+125+135=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27D87 is #4D8278. Grayscale: #8E8E8E. Windows color (decimal): -5079673 or 8879538. OLE color: 8879538.

HSL color Cylindrical-coordinate representation of color #B27D87: hue angle of 348.68º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27D87 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB178125135-
CMYK00.300.240.30
HSL348.68º25.6%59.41%-
HSV(B)348.68º29.78%69.8%-
XYZ30.0725.8826.33-
YUV141.99124.06153.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 125 (49.22% from 255) = 28.54%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=40.64%
G=28.54%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812513500.300.240.30348.6825.659.41
HexB27D8701E181E15d1a3b
Octal26217520703630365353273
Binary10110010111110110000111011110110001111010101110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D87; }

 p { color: rgb(178,125,135); }

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

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

 a { background-color: rgb(178,125,135); }

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

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

 span { border-color: rgb(178,125,135); }

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