#B27988

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

Shades of Tapestry #B27988

Tints of Tapestry #B27988

Color information

#B27988 (or 0xB27988) is unknown color: approx Tapestry. HEX triplet: B2, 79 and 88. RGB value is (178,121,136). Sum of RGB (Red+Green+Blue) = 178+121+136=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B27988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27988 is #4D8677. Grayscale: #8B8B8B. Windows color (decimal): -5080696 or 8944050. OLE color: 8944050.

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

Color convert

RGB178121136-
CMYK00.320.240.30
HSL344.21º27.01%58.63%-
HSV(B)344.21º32.02%69.8%-
XYZ29.6424.9226.54-
YUV139.75125.88155.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=40.92%
G=27.82%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812113600.320.240.30344.2127.0158.63
HexB27988020181E1581b3b
Octal26217121004030365303373
Binary101100101111001100010000100000110001111010101100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27988; }

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

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

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

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

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

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

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

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