#B8657A

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

Shades of Tapestry #B8657A

Tints of Tapestry #B8657A

Color information

#B8657A (or 0xB8657A) is unknown color: approx Tapestry. HEX triplet: B8, 65 and 7A. RGB value is (184,101,122). Sum of RGB (Red+Green+Blue) = 184+101+122=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8657A is #479A85. Grayscale: #808080. Windows color (decimal): -4692614 or 8021432. OLE color: 8021432.

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

Color convert

RGB184101122-
CMYK00.450.340.28
HSL344.82º36.89%55.88%-
HSV(B)344.82º45.11%72.16%-
XYZ27.9320.920.97-
YUV128.21124.5167.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=45.21%
G=24.82%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410112200.450.340.28344.8236.8955.88
HexB8657A02D221C1592538
Octal27014517205542345314570
Binary1011100011001011111010010110110001011100101011001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8657A; }

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

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

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

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

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

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

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

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