#B86688

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

Shades of Tapestry #B86688

Tints of Tapestry #B86688

Color information

#B86688 (or 0xB86688) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 88. RGB value is (184,102,136). Sum of RGB (Red+Green+Blue) = 184+102+136=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B86688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86688 is #479977. Grayscale: #828282. Windows color (decimal): -4692344 or 8939192. OLE color: 8939192.

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

Color convert

RGB184102136-
CMYK00.450.260.28
HSL335.12º36.61%56.08%-
HSV(B)335.12º44.57%72.16%-
XYZ28.9621.4725.91-
YUV130.39131.17166.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=43.60%
G=24.17%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410213600.450.260.28335.1236.6156.08
HexB8668802D1A1C14f2538
Octal27014621005532345174570
Binary1011100011001101000100001011011101011100101001111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86688; }

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

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

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

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

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

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

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

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