#B8648F

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

Shades of Tapestry #B8648F

Tints of Tapestry #B8648F

Color information

#B8648F (or 0xB8648F) is unknown color: approx Tapestry. HEX triplet: B8, 64 and 8F. RGB value is (184,100,143). Sum of RGB (Red+Green+Blue) = 184+100+143=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8648F is #479B70. Grayscale: #818181. Windows color (decimal): -4692849 or 9397432. OLE color: 9397432.

HSL color Cylindrical-coordinate representation of color #B8648F: hue angle of 329.29º 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 #B8648F is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB184100143-
CMYK00.460.220.28
HSL329.29º37.17%55.69%-
HSV(B)329.29º45.65%72.16%-
XYZ29.2821.2928.55-
YUV130.02135.33166.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=43.09%
G=23.42%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410014300.460.220.28329.2937.1755.69
HexB8648F02E161C1492538
Octal27014421705626345114570
Binary1011100011001001000111101011101011011100101001001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8648F; }

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

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

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

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

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

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

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

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