#B6658B

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

Shades of Tapestry #B6658B

Tints of Tapestry #B6658B

Color information

#B6658B (or 0xB6658B) is unknown color: approx Tapestry. HEX triplet: B6, 65 and 8B. RGB value is (182,101,139). Sum of RGB (Red+Green+Blue) = 182+101+139=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6658B is #499A74. Grayscale: #818181. Windows color (decimal): -4823669 or 9135542. OLE color: 9135542.

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

Color convert

RGB182101139-
CMYK00.450.240.29
HSL331.85º35.68%55.49%-
HSV(B)331.85º44.51%71.37%-
XYZ28.6121.1226.99-
YUV129.55133.34165.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=43.13%
G=23.93%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210113900.450.240.29331.8535.6855.49
HexB6658B02D181D14c2437
Octal26614521305530355144467
Binary1011011011001011000101101011011100011101101001100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6658B; }

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

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

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

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

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

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

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

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