#B86678

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

Shades of Tapestry #B86678

Tints of Tapestry #B86678

Color information

#B86678 (or 0xB86678) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 78. RGB value is (184,102,120). Sum of RGB (Red+Green+Blue) = 184+102+120=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B86678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86678 is #479987. Grayscale: #808080. Windows color (decimal): -4692360 or 7890616. OLE color: 7890616.

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

Color convert

RGB184102120-
CMYK00.450.350.28
HSL346.83º36.61%56.08%-
HSV(B)346.83º44.57%72.16%-
XYZ27.9121.0520.36-
YUV128.57123.17167.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=45.32%
G=25.12%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410212000.450.350.28346.8336.6156.08
HexB8667802D231C15b2538
Octal27014617005543345334570
Binary1011100011001101111000010110110001111100101011011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86678; }

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

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

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

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

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

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

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

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