#B8677E

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

Shades of Tapestry #B8677E

Tints of Tapestry #B8677E

Color information

#B8677E (or 0xB8677E) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 7E. RGB value is (184,103,126). Sum of RGB (Red+Green+Blue) = 184+103+126=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8677E is #479881. Grayscale: #818181. Windows color (decimal): -4692098 or 8284088. OLE color: 8284088.

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

Color convert

RGB184103126-
CMYK00.440.320.28
HSL342.96º36.32%56.27%-
HSV(B)342.96º44.02%72.16%-
XYZ28.3821.422.37-
YUV129.84125.84166.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=44.55%
G=24.94%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410312600.440.320.28342.9636.3256.27
HexB8677E02C201C1572438
Octal27014717605440345274470
Binary1011100011001111111110010110010000011100101010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8677E; }

 p { color: rgb(184,103,126); }

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

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

 a { background-color: rgb(184,103,126); }

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

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

 span { border-color: rgb(184,103,126); }

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