#B6648B

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

Shades of Tapestry #B6648B

Tints of Tapestry #B6648B

Color information

#B6648B (or 0xB6648B) is unknown color: approx Tapestry. HEX triplet: B6, 64 and 8B. RGB value is (182,100,139). Sum of RGB (Red+Green+Blue) = 182+100+139=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6648B is #499B74. Grayscale: #808080. Windows color (decimal): -4823925 or 9135286. OLE color: 9135286.

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

Color convert

RGB182100139-
CMYK00.450.240.29
HSL331.46º35.96%55.29%-
HSV(B)331.46º45.05%71.37%-
XYZ28.5120.9226.96-
YUV128.96133.67165.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=43.23%
G=23.75%
B=33.02%

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
Decimal18210013900.450.240.29331.4635.9655.29
HexB6648B02D181D14b2437
Octal26614421305530355134467
Binary1011011011001001000101101011011100011101101001011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6648B; }

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

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

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

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

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

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

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

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