#B9637A

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

Shades of Tapestry #B9637A

Tints of Tapestry #B9637A

Color information

#B9637A (or 0xB9637A) is unknown color: approx Tapestry. HEX triplet: B9, 63 and 7A. RGB value is (185,99,122). Sum of RGB (Red+Green+Blue) = 185+99+122=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9637A is #469C85. Grayscale: #7F7F7F. Windows color (decimal): -4627590 or 8020921. OLE color: 8020921.

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

Color convert

RGB18599122-
CMYK00.460.340.27
HSL343.95º38.05%55.69%-
HSV(B)343.95º46.49%72.55%-
XYZ27.9820.6420.92-
YUV127.34124.99169.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=45.57%
G=24.38%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859912200.460.340.27343.9538.0555.69
HexB9637A02E221B1582638
Octal27114317205642335304670
Binary1011100111000111111010010111010001011011101011000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9637A; }

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

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

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

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

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

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

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

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