#B8668F

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

Shades of Tapestry #B8668F

Tints of Tapestry #B8668F

Color information

#B8668F (or 0xB8668F) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 8F. RGB value is (184,102,143). Sum of RGB (Red+Green+Blue) = 184+102+143=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8668F is #479970. Grayscale: #838383. Windows color (decimal): -4692337 or 9397944. OLE color: 9397944.

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

Color convert

RGB184102143-
CMYK00.450.220.28
HSL330º36.61%56.08%-
HSV(B)330º44.57%72.16%-
XYZ29.4821.6828.62-
YUV131.19134.67165.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=42.89%
G=23.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410214300.450.220.2833036.6156.08
HexB8668F02D161C14a2538
Octal27014621705526345124570
Binary1011100011001101000111101011011011011100101001010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8668F; }

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

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

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

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

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

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

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

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