#B8657D

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

Shades of Tapestry #B8657D

Tints of Tapestry #B8657D

Color information

#B8657D (or 0xB8657D) is unknown color: approx Tapestry. HEX triplet: B8, 65 and 7D. RGB value is (184,101,125). Sum of RGB (Red+Green+Blue) = 184+101+125=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8657D is #479A82. Grayscale: #808080. Windows color (decimal): -4692611 or 8218040. OLE color: 8218040.

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

Color convert

RGB184101125-
CMYK00.450.320.28
HSL342.65º36.89%55.88%-
HSV(B)342.65º45.11%72.16%-
XYZ28.1220.9821.97-
YUV128.55126167.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=44.88%
G=24.63%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410112500.450.320.28342.6536.8955.88
HexB8657D02D201C1572538
Octal27014517505540345274570
Binary1011100011001011111101010110110000011100101010111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8657D; }

 p { color: rgb(184,101,125); }

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

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

 a { background-color: rgb(184,101,125); }

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

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

 span { border-color: rgb(184,101,125); }

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