#B8668D

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

Shades of Tapestry #B8668D

Tints of Tapestry #B8668D

Color information

#B8668D (or 0xB8668D) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 8D. RGB value is (184,102,141). Sum of RGB (Red+Green+Blue) = 184+102+141=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8668D is #479972. Grayscale: #828282. Windows color (decimal): -4692339 or 9266872. OLE color: 9266872.

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

Color convert

RGB184102141-
CMYK00.450.230.28
HSL331.46º36.61%56.08%-
HSV(B)331.46º44.57%72.16%-
XYZ29.3321.6227.83-
YUV130.96133.67165.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=43.09%
G=23.89%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410214100.450.230.28331.4636.6156.08
HexB8668D02D171C14b2538
Octal27014621505527345134570
Binary1011100011001101000110101011011011111100101001011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8668D; }

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

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

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

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

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

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

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

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