#B86184

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

Shades of Tapestry #B86184

Tints of Tapestry #B86184

Color information

#B86184 (or 0xB86184) is unknown color: approx Tapestry. HEX triplet: B8, 61 and 84. RGB value is (184,97,132). Sum of RGB (Red+Green+Blue) = 184+97+132=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B86184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86184 is #479E7B. Grayscale: #7E7E7E. Windows color (decimal): -4693628 or 8675768. OLE color: 8675768.

HSL color Cylindrical-coordinate representation of color #B86184: hue angle of 335.86º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86184 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB18497132-
CMYK00.470.280.28
HSL335.86º37.99%55.1%-
HSV(B)335.86º47.28%72.16%-
XYZ28.2120.4124.28-
YUV127130.82168.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=44.55%
G=23.49%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849713200.470.280.28335.8637.9955.1
HexB8618402F1C1C1502637
Octal27014120405734345204667
Binary1011100011000011000010001011111110011100101010000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86184; }

 p { color: rgb(184,97,132); }

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

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

 a { background-color: rgb(184,97,132); }

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

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

 span { border-color: rgb(184,97,132); }

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