#B6657F

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

Shades of Tapestry #B6657F

Tints of Tapestry #B6657F

Color information

#B6657F (or 0xB6657F) is unknown color: approx Tapestry. HEX triplet: B6, 65 and 7F. RGB value is (182,101,127). Sum of RGB (Red+Green+Blue) = 182+101+127=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6657F is #499A80. Grayscale: #808080. Windows color (decimal): -4823681 or 8349110. OLE color: 8349110.

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

Color convert

RGB182101127-
CMYK00.450.300.29
HSL340.74º35.68%55.49%-
HSV(B)340.74º44.51%71.37%-
XYZ27.7820.7822.63-
YUV128.18127.34166.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 127 (50% from 255) = 30.98%
R=44.39%
G=24.63%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210112700.450.300.29340.7435.6855.49
HexB6657F02D1E1D1552437
Octal26614517705536355254467
Binary101101101100101111111101011011111011101101010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6657F; }

 p { color: rgb(182,101,127); }

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

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

 a { background-color: rgb(182,101,127); }

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

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

 span { border-color: rgb(182,101,127); }

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