#B86778

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

Shades of Tapestry #B86778

Tints of Tapestry #B86778

Color information

#B86778 (or 0xB86778) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 78. RGB value is (184,103,120). Sum of RGB (Red+Green+Blue) = 184+103+120=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B86778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86778 is #479887. Grayscale: #818181. Windows color (decimal): -4692104 or 7890872. OLE color: 7890872.

HSL color Cylindrical-coordinate representation of color #B86778: hue angle of 347.41º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B86778 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB184103120-
CMYK00.440.350.28
HSL347.41º36.32%56.27%-
HSV(B)347.41º44.02%72.16%-
XYZ28.0121.2520.39-
YUV129.16122.84167.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=45.21%
G=25.31%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410312000.440.350.28347.4136.3256.27
HexB8677802C231C15b2438
Octal27014717005443345334470
Binary1011100011001111111000010110010001111100101011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86778; }

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

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

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

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

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

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

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

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