#B27E88

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

Shades of Tapestry #B27E88

Tints of Tapestry #B27E88

Color information

#B27E88 (or 0xB27E88) is unknown color: approx Tapestry. HEX triplet: B2, 7E and 88. RGB value is (178,126,136). Sum of RGB (Red+Green+Blue) = 178+126+136=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E88 is #4D8177. Grayscale: #8E8E8E. Windows color (decimal): -5079416 or 8945330. OLE color: 8945330.

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

Color convert

RGB178126136-
CMYK00.290.240.30
HSL348.46º25.24%59.61%-
HSV(B)348.46º29.21%69.8%-
XYZ30.2626.1626.75-
YUV142.69124.23153.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=40.45%
G=28.64%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812613600.290.240.30348.4625.2459.61
HexB27E8801D181E15c193c
Octal26217621003530365343174
Binary10110010111111010001000011101110001111010101110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E88; }

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

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

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

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

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

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

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

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