#B6658F

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

Shades of Tapestry #B6658F

Tints of Tapestry #B6658F

Color information

#B6658F (or 0xB6658F) is unknown color: approx Tapestry. HEX triplet: B6, 65 and 8F. RGB value is (182,101,143). Sum of RGB (Red+Green+Blue) = 182+101+143=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6658F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6658F is #499A70. Grayscale: #818181. Windows color (decimal): -4823665 or 9397686. OLE color: 9397686.

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

Color convert

RGB182101143-
CMYK00.450.210.29
HSL328.89º35.68%55.49%-
HSV(B)328.89º44.51%71.37%-
XYZ28.921.2428.56-
YUV130.01135.34165.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=42.72%
G=23.71%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210114300.450.210.29328.8935.6855.49
HexB6658F02D151D1492437
Octal26614521705525355114467
Binary1011011011001011000111101011011010111101101001001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6658F; }

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

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

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

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

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

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

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

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