#B6637D

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

Shades of Tapestry #B6637D

Tints of Tapestry #B6637D

Color information

#B6637D (or 0xB6637D) is unknown color: approx Tapestry. HEX triplet: B6, 63 and 7D. RGB value is (182,99,125). Sum of RGB (Red+Green+Blue) = 182+99+125=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6637D is #499C82. Grayscale: #7E7E7E. Windows color (decimal): -4824195 or 8217526. OLE color: 8217526.

HSL color Cylindrical-coordinate representation of color #B6637D: hue angle of 341.2º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6637D is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18299125-
CMYK00.460.310.29
HSL341.2º36.24%55.1%-
HSV(B)341.2º45.6%71.37%-
XYZ27.4520.3521.88-
YUV126.78127167.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=44.83%
G=24.38%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829912500.460.310.29341.236.2455.1
HexB6637D02E1F1D1552437
Octal26614317505637355254467
Binary101101101100011111110101011101111111101101010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6637D; }

 p { color: rgb(182,99,125); }

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

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

 a { background-color: rgb(182,99,125); }

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

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

 span { border-color: rgb(182,99,125); }

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