#B27487

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

Shades of Tapestry #B27487

Tints of Tapestry #B27487

Color information

#B27487 (or 0xB27487) is unknown color: approx Tapestry. HEX triplet: B2, 74 and 87. RGB value is (178,116,135). Sum of RGB (Red+Green+Blue) = 178+116+135=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B27487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27487 is #4D8B78. Grayscale: #888888. Windows color (decimal): -5081977 or 8877234. OLE color: 8877234.

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

Color convert

RGB178116135-
CMYK00.350.240.30
HSL341.61º28.7%57.65%-
HSV(B)341.61º34.83%69.8%-
XYZ28.9823.7125.97-
YUV136.7127.04157.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=41.49%
G=27.04%
B=31.47%

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
Decimal17811613500.350.240.30341.6128.757.65
HexB27487023181E1561d3a
Octal26216420704330365263572
Binary101100101110100100001110100011110001111010101011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27487; }

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

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

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

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

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

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

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

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