#B6637B

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

Shades of Tapestry #B6637B

Tints of Tapestry #B6637B

Color information

#B6637B (or 0xB6637B) is unknown color: approx Tapestry. HEX triplet: B6, 63 and 7B. RGB value is (182,99,123). Sum of RGB (Red+Green+Blue) = 182+99+123=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6637B is #499C84. Grayscale: #7E7E7E. Windows color (decimal): -4824197 or 8086454. OLE color: 8086454.

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

Color convert

RGB18299123-
CMYK00.460.320.29
HSL342.65º36.24%55.1%-
HSV(B)342.65º45.6%71.37%-
XYZ27.3320.321.22-
YUV126.55126167.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=45.05%
G=24.50%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829912300.460.320.29342.6536.2455.1
HexB6637B02E201D1572437
Octal26614317305640355274467
Binary1011011011000111111011010111010000011101101010111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6637B; }

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

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

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

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

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

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

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

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