#B8627F

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

Shades of Tapestry #B8627F

Tints of Tapestry #B8627F

Color information

#B8627F (or 0xB8627F) is unknown color: approx Tapestry. HEX triplet: B8, 62 and 7F. RGB value is (184,98,127). Sum of RGB (Red+Green+Blue) = 184+98+127=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8627F is #479D80. Grayscale: #7E7E7E. Windows color (decimal): -4693377 or 8348344. OLE color: 8348344.

HSL color Cylindrical-coordinate representation of color #B8627F: hue angle of 339.77º 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 #B8627F is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18498127-
CMYK00.470.310.28
HSL339.77º37.72%55.29%-
HSV(B)339.77º46.74%72.16%-
XYZ27.9720.4622.55-
YUV127.02127.99168.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 127 (50% from 255) = 31.05%
R=44.99%
G=23.96%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849812700.470.310.28339.7737.7255.29
HexB8627F02F1F1C1542637
Octal27014217705737345244667
Binary101110001100010111111101011111111111100101010100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8627F; }

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

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

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

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

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

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

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

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