#B27888

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

Shades of Tapestry #B27888

Tints of Tapestry #B27888

Color information

#B27888 (or 0xB27888) is unknown color: approx Tapestry. HEX triplet: B2, 78 and 88. RGB value is (178,120,136). Sum of RGB (Red+Green+Blue) = 178+120+136=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B27888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27888 is #4D8777. Grayscale: #8B8B8B. Windows color (decimal): -5080952 or 8943794. OLE color: 8943794.

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

Color convert

RGB178120136-
CMYK00.330.240.30
HSL343.45º27.36%58.43%-
HSV(B)343.45º32.58%69.8%-
XYZ29.5224.6826.5-
YUV139.17126.22155.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=41.01%
G=27.65%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812013600.330.240.30343.4527.3658.43
HexB27888021181E1571b3a
Octal26217021004130365273372
Binary101100101111000100010000100001110001111010101011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27888; }

 p { color: rgb(178,120,136); }

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

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

 a { background-color: rgb(178,120,136); }

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

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

 span { border-color: rgb(178,120,136); }

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