#B9627F

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

Shades of Tapestry #B9627F

Tints of Tapestry #B9627F

Color information

#B9627F (or 0xB9627F) is unknown color: approx Tapestry. HEX triplet: B9, 62 and 7F. RGB value is (185,98,127). Sum of RGB (Red+Green+Blue) = 185+98+127=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9627F is #469D80. Grayscale: #7F7F7F. Windows color (decimal): -4627841 or 8348345. OLE color: 8348345.

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

Color convert

RGB18598127-
CMYK00.470.310.27
HSL340º38.33%55.49%-
HSV(B)340º47.03%72.55%-
XYZ28.2120.5822.56-
YUV127.32127.82169.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 127 (50% from 255) = 30.98%
R=45.12%
G=23.90%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859812700.470.310.2734038.3355.49
HexB9627F02F1F1B1542637
Octal27114217705737335244667
Binary101110011100010111111101011111111111011101010100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9627F; }

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

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

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

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

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

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

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

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