#B8667D

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

Shades of Tapestry #B8667D

Tints of Tapestry #B8667D

Color information

#B8667D (or 0xB8667D) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 7D. RGB value is (184,102,125). Sum of RGB (Red+Green+Blue) = 184+102+125=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8667D is #479982. Grayscale: #818181. Windows color (decimal): -4692355 or 8218296. OLE color: 8218296.

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

Color convert

RGB184102125-
CMYK00.450.320.28
HSL343.17º36.61%56.08%-
HSV(B)343.17º44.57%72.16%-
XYZ28.2221.1722-
YUV129.14125.67167.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=44.77%
G=24.82%
B=30.41%

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
Decimal18410212500.450.320.28343.1736.6156.08
HexB8667D02D201C1572538
Octal27014617505540345274570
Binary1011100011001101111101010110110000011100101010111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8667D; }

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

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

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

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

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

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

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

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