#B86780

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

Shades of Tapestry #B86780

Tints of Tapestry #B86780

Color information

#B86780 (or 0xB86780) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 80. RGB value is (184,103,128). Sum of RGB (Red+Green+Blue) = 184+103+128=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B86780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86780 is #47987F. Grayscale: #828282. Windows color (decimal): -4692096 or 8415160. OLE color: 8415160.

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

Color convert

RGB184103128-
CMYK00.440.300.28
HSL341.48º36.32%56.27%-
HSV(B)341.48º44.02%72.16%-
XYZ28.5121.4523.06-
YUV130.07126.84166.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=44.34%
G=24.82%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410312800.440.300.28341.4836.3256.27
HexB8678002C1E1C1552438
Octal27014720005436345254470
Binary1011100011001111000000001011001111011100101010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86780; }

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

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

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

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

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

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

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

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