#B95D81

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

Shades of Tapestry #B95D81

Tints of Tapestry #B95D81

Color information

#B95D81 (or 0xB95D81) is unknown color: approx Tapestry. HEX triplet: B9, 5D and 81. RGB value is (185,93,129). Sum of RGB (Red+Green+Blue) = 185+93+129=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D81 is #46A27E. Grayscale: #7C7C7C. Windows color (decimal): -4629119 or 8478137. OLE color: 8478137.

HSL color Cylindrical-coordinate representation of color #B95D81: hue angle of 336.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D81 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18593129-
CMYK00.500.300.27
HSL336.52º39.66%54.51%-
HSV(B)336.52º49.73%72.55%-
XYZ27.8819.7323.11-
YUV124.61130.48171.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=45.45%
G=22.85%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859312900.500.300.27336.5239.6654.51
HexB95D810321E1B1512837
Octal27113520106236335215067
Binary1011100110111011000000101100101111011011101010001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D81; }

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

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

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

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

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

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

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

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