#B95E86

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

Shades of Tapestry #B95E86

Tints of Tapestry #B95E86

Color information

#B95E86 (or 0xB95E86) is unknown color: approx Tapestry. HEX triplet: B9, 5E and 86. RGB value is (185,94,134). Sum of RGB (Red+Green+Blue) = 185+94+134=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E86 is #46A179. Grayscale: #7D7D7D. Windows color (decimal): -4628858 or 8806073. OLE color: 8806073.

HSL color Cylindrical-coordinate representation of color #B95E86: hue angle of 333.63º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95E86 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18594134-
CMYK00.490.280.27
HSL333.63º39.39%54.71%-
HSV(B)333.63º49.19%72.55%-
XYZ28.3120.0424.93-
YUV125.77132.65170.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=44.79%
G=22.76%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859413400.490.280.27333.6339.3954.71
HexB95E860311C1B14e2737
Octal27113620606134335164767
Binary1011100110111101000011001100011110011011101001110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E86; }

 p { color: rgb(185,94,134); }

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

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

 a { background-color: rgb(185,94,134); }

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

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

 span { border-color: rgb(185,94,134); }

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