#B6658C

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

Shades of Tapestry #B6658C

Tints of Tapestry #B6658C

Color information

#B6658C (or 0xB6658C) is unknown color: approx Tapestry. HEX triplet: B6, 65 and 8C. RGB value is (182,101,140). Sum of RGB (Red+Green+Blue) = 182+101+140=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6658C is #499A73. Grayscale: #818181. Windows color (decimal): -4823668 or 9201078. OLE color: 9201078.

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

Color convert

RGB182101140-
CMYK00.450.230.29
HSL331.11º35.68%55.49%-
HSV(B)331.11º44.51%71.37%-
XYZ28.6821.1527.38-
YUV129.66133.84165.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=43.03%
G=23.88%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210114000.450.230.29331.1135.6855.49
HexB6658C02D171D14b2437
Octal26614521405527355134467
Binary1011011011001011000110001011011011111101101001011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6658C; }

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

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

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

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

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

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

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

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