#B8648B

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

Shades of Tapestry #B8648B

Tints of Tapestry #B8648B

Color information

#B8648B (or 0xB8648B) is unknown color: approx Tapestry. HEX triplet: B8, 64 and 8B. RGB value is (184,100,139). Sum of RGB (Red+Green+Blue) = 184+100+139=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8648B is #479B74. Grayscale: #818181. Windows color (decimal): -4692853 or 9135288. OLE color: 9135288.

HSL color Cylindrical-coordinate representation of color #B8648B: hue angle of 332.14º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8648B is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB184100139-
CMYK00.460.240.28
HSL332.14º37.17%55.69%-
HSV(B)332.14º45.65%72.16%-
XYZ28.9821.1726.98-
YUV129.56133.33166.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=43.50%
G=23.64%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410013900.460.240.28332.1437.1755.69
HexB8648B02E181C14c2538
Octal27014421305630345144570
Binary1011100011001001000101101011101100011100101001100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8648B; }

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

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

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

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

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

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

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

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