#B6657E

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

Shades of Tapestry #B6657E

Tints of Tapestry #B6657E

Color information

#B6657E (or 0xB6657E) is unknown color: approx Tapestry. HEX triplet: B6, 65 and 7E. RGB value is (182,101,126). Sum of RGB (Red+Green+Blue) = 182+101+126=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6657E is #499A81. Grayscale: #808080. Windows color (decimal): -4823682 or 8283574. OLE color: 8283574.

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

Color convert

RGB182101126-
CMYK00.450.310.29
HSL341.48º35.68%55.49%-
HSV(B)341.48º44.51%71.37%-
XYZ27.7120.7622.28-
YUV128.07126.84166.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=44.50%
G=24.69%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210112600.450.310.29341.4835.6855.49
HexB6657E02D1F1D1552437
Octal26614517605537355254467
Binary101101101100101111111001011011111111101101010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6657E; }

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

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

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

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

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

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

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

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