#B3637F

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

Shades of Tapestry #B3637F

Tints of Tapestry #B3637F

Color information

#B3637F (or 0xB3637F) is unknown color: approx Tapestry. HEX triplet: B3, 63 and 7F. RGB value is (179,99,127). Sum of RGB (Red+Green+Blue) = 179+99+127=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3637F is #4C9C80. Grayscale: #7E7E7E. Windows color (decimal): -5020801 or 8348595. OLE color: 8348595.

HSL color Cylindrical-coordinate representation of color #B3637F: hue angle of 339º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3637F is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17999127-
CMYK00.450.290.30
HSL339º34.48%54.51%-
HSV(B)339º44.69%70.2%-
XYZ26.8820.0422.53-
YUV126.11128.5165.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 127 (50% from 255) = 31.36%
R=44.20%
G=24.44%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799912700.450.290.3033934.4854.51
HexB3637F02D1D1E1532237
Octal26314317705535365234267
Binary101100111100011111111101011011110111110101010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3637F; }

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

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

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

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

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

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

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

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