#B86483

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

Shades of Tapestry #B86483

Tints of Tapestry #B86483

Color information

#B86483 (or 0xB86483) is unknown color: approx Tapestry. HEX triplet: B8, 64 and 83. RGB value is (184,100,131). Sum of RGB (Red+Green+Blue) = 184+100+131=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B86483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86483 is #479B7C. Grayscale: #808080. Windows color (decimal): -4692861 or 8611000. OLE color: 8611000.

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

Color convert

RGB184100131-
CMYK00.460.290.28
HSL337.86º37.17%55.69%-
HSV(B)337.86º45.65%72.16%-
XYZ28.4220.9424.02-
YUV128.65129.33167.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=44.34%
G=24.10%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410013100.460.290.28337.8637.1755.69
HexB8648302E1D1C1522538
Octal27014420305635345224570
Binary1011100011001001000001101011101110111100101010010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86483; }

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

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

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

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

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

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

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

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