#B8667C

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

Shades of Tapestry #B8667C

Tints of Tapestry #B8667C

Color information

#B8667C (or 0xB8667C) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 7C. RGB value is (184,102,124). Sum of RGB (Red+Green+Blue) = 184+102+124=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8667C is #479983. Grayscale: #818181. Windows color (decimal): -4692356 or 8152760. OLE color: 8152760.

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

Color convert

RGB184102124-
CMYK00.450.330.28
HSL343.9º36.61%56.08%-
HSV(B)343.9º44.57%72.16%-
XYZ28.1621.1521.67-
YUV129.03125.17167.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=44.88%
G=24.88%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410212400.450.330.28343.936.6156.08
HexB8667C02D211C1582538
Octal27014617405541345304570
Binary1011100011001101111100010110110000111100101011000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8667C; }

 p { color: rgb(184,102,124); }

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

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

 a { background-color: rgb(184,102,124); }

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

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

 span { border-color: rgb(184,102,124); }

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