#B95E81

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

Shades of Tapestry #B95E81

Tints of Tapestry #B95E81

Color information

#B95E81 (or 0xB95E81) is unknown color: approx Tapestry. HEX triplet: B9, 5E and 81. RGB value is (185,94,129). Sum of RGB (Red+Green+Blue) = 185+94+129=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E81 is #46A17E. Grayscale: #7D7D7D. Windows color (decimal): -4628863 or 8478393. OLE color: 8478393.

HSL color Cylindrical-coordinate representation of color #B95E81: hue angle of 336.92º 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 #B95E81 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18594129-
CMYK00.490.300.27
HSL336.92º39.39%54.71%-
HSV(B)336.92º49.19%72.55%-
XYZ27.9719.923.14-
YUV125.2130.15170.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=45.34%
G=23.04%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859412900.490.300.27336.9239.3954.71
HexB95E810311E1B1512737
Octal27113620106136335214767
Binary1011100110111101000000101100011111011011101010001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E81; }

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

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

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

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

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

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

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

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