#B86081

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

Shades of Tapestry #B86081

Tints of Tapestry #B86081

Color information

#B86081 (or 0xB86081) is unknown color: approx Tapestry. HEX triplet: B8, 60 and 81. RGB value is (184,96,129). Sum of RGB (Red+Green+Blue) = 184+96+129=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B86081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86081 is #479F7E. Grayscale: #7E7E7E. Windows color (decimal): -4693887 or 8478904. OLE color: 8478904.

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

Color convert

RGB18496129-
CMYK00.480.300.28
HSL337.5º38.26%54.9%-
HSV(B)337.5º47.83%72.16%-
XYZ27.9120.1423.19-
YUV126.07129.65169.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=44.99%
G=23.47%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849612900.480.300.28337.538.2654.9
HexB860810301E1C1522637
Octal27014020106036345224667
Binary1011100011000001000000101100001111011100101010010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86081; }

 p { color: rgb(184,96,129); }

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

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

 a { background-color: rgb(184,96,129); }

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

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

 span { border-color: rgb(184,96,129); }

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