#B86283

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

Shades of Tapestry #B86283

Tints of Tapestry #B86283

Color information

#B86283 (or 0xB86283) is unknown color: approx Tapestry. HEX triplet: B8, 62 and 83. RGB value is (184,98,131). Sum of RGB (Red+Green+Blue) = 184+98+131=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B86283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86283 is #479D7C. Grayscale: #7F7F7F. Windows color (decimal): -4693373 or 8610488. OLE color: 8610488.

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

Color convert

RGB18498131-
CMYK00.470.290.28
HSL336.98º37.72%55.29%-
HSV(B)336.98º46.74%72.16%-
XYZ28.2320.5623.95-
YUV127.48129.99168.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=44.55%
G=23.73%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849813100.470.290.28336.9837.7255.29
HexB8628302F1D1C1512637
Octal27014220305735345214667
Binary1011100011000101000001101011111110111100101010001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86283; }

 p { color: rgb(184,98,131); }

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

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

 a { background-color: rgb(184,98,131); }

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

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

 span { border-color: rgb(184,98,131); }

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