#B9637F

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

Shades of Tapestry #B9637F

Tints of Tapestry #B9637F

Color information

#B9637F (or 0xB9637F) is unknown color: approx Tapestry. HEX triplet: B9, 63 and 7F. RGB value is (185,99,127). Sum of RGB (Red+Green+Blue) = 185+99+127=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9637F is #469C80. Grayscale: #7F7F7F. Windows color (decimal): -4627585 or 8348601. OLE color: 8348601.

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

Color convert

RGB18599127-
CMYK00.460.310.27
HSL340.47º38.05%55.69%-
HSV(B)340.47º46.49%72.55%-
XYZ28.320.7722.6-
YUV127.91127.49168.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 127 (50% from 255) = 30.90%
R=45.01%
G=24.09%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859912700.460.310.27340.4738.0555.69
HexB9637F02E1F1B1542638
Octal27114317705637335244670
Binary101110011100011111111101011101111111011101010100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9637F; }

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

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

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

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

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

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

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

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