#B8627E

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

Shades of Tapestry #B8627E

Tints of Tapestry #B8627E

Color information

#B8627E (or 0xB8627E) is unknown color: approx Tapestry. HEX triplet: B8, 62 and 7E. RGB value is (184,98,126). Sum of RGB (Red+Green+Blue) = 184+98+126=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8627E is #479D81. Grayscale: #7E7E7E. Windows color (decimal): -4693378 or 8282808. OLE color: 8282808.

HSL color Cylindrical-coordinate representation of color #B8627E: hue angle of 340.47º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8627E is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18498126-
CMYK00.470.320.28
HSL340.47º37.72%55.29%-
HSV(B)340.47º46.74%72.16%-
XYZ27.920.4322.21-
YUV126.91127.49168.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 98 (38.67% from 255) = 24.02%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=45.10%
G=24.02%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849812600.470.320.28340.4737.7255.29
HexB8627E02F201C1542637
Octal27014217605740345244667
Binary1011100011000101111110010111110000011100101010100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8627E; }

 p { color: rgb(184,98,126); }

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

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

 a { background-color: rgb(184,98,126); }

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

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

 span { border-color: rgb(184,98,126); }

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