#B9637E

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

Shades of Tapestry #B9637E

Tints of Tapestry #B9637E

Color information

#B9637E (or 0xB9637E) is unknown color: approx Tapestry. HEX triplet: B9, 63 and 7E. RGB value is (185,99,126). Sum of RGB (Red+Green+Blue) = 185+99+126=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9637E is #469C81. Grayscale: #7F7F7F. Windows color (decimal): -4627586 or 8283065. OLE color: 8283065.

HSL color Cylindrical-coordinate representation of color #B9637E: hue angle of 341.16º 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 #B9637E is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18599126-
CMYK00.460.320.27
HSL341.16º38.05%55.69%-
HSV(B)341.16º46.49%72.55%-
XYZ28.2420.7422.25-
YUV127.79126.99168.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=45.12%
G=24.15%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859912600.460.320.27341.1638.0555.69
HexB9637E02E201B1552638
Octal27114317605640335254670
Binary1011100111000111111110010111010000011011101010101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9637E; }

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

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

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

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

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

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

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

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