#B27388

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

Shades of Tapestry #B27388

Tints of Tapestry #B27388

Color information

#B27388 (or 0xB27388) is unknown color: approx Tapestry. HEX triplet: B2, 73 and 88. RGB value is (178,115,136). Sum of RGB (Red+Green+Blue) = 178+115+136=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B27388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27388 is #4D8C77. Grayscale: #888888. Windows color (decimal): -5082232 or 8942514. OLE color: 8942514.

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

Color convert

RGB178115136-
CMYK00.350.240.30
HSL340º29.03%57.45%-
HSV(B)340º35.39%69.8%-
XYZ28.9323.526.3-
YUV136.23127.87157.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=41.49%
G=26.81%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811513600.350.240.3034029.0357.45
HexB27388023181E1541d39
Octal26216321004330365243571
Binary101100101110011100010000100011110001111010101010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27388; }

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

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

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

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

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

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

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

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