#B27C8E

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

Shades of Tapestry #B27C8E

Tints of Tapestry #B27C8E

Color information

#B27C8E (or 0xB27C8E) is unknown color: approx Tapestry. HEX triplet: B2, 7C and 8E. RGB value is (178,124,142). Sum of RGB (Red+Green+Blue) = 178+124+142=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27C8E is #4D8371. Grayscale: #8E8E8E. Windows color (decimal): -5079922 or 9338034. OLE color: 9338034.

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

Color convert

RGB178124142-
CMYK00.300.200.30
HSL340º25.96%59.22%-
HSV(B)340º30.34%69.8%-
XYZ30.4525.8328.97-
YUV142.2127.89153.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=40.09%
G=27.93%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812414200.300.200.3034025.9659.22
HexB27C8E01E141E1541a3b
Octal26217421603624365243273
Binary10110010111110010001110011110101001111010101010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C8E; }

 p { color: rgb(178,124,142); }

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

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

 a { background-color: rgb(178,124,142); }

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

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

 span { border-color: rgb(178,124,142); }

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