#B95D85

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

Shades of Tapestry #B95D85

Tints of Tapestry #B95D85

Color information

#B95D85 (or 0xB95D85) is unknown color: approx Tapestry. HEX triplet: B9, 5D and 85. RGB value is (185,93,133). Sum of RGB (Red+Green+Blue) = 185+93+133=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D85 is #46A27A. Grayscale: #7D7D7D. Windows color (decimal): -4629115 or 8740281. OLE color: 8740281.

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

Color convert

RGB18593133-
CMYK00.500.280.27
HSL333.91º39.66%54.51%-
HSV(B)333.91º49.73%72.55%-
XYZ28.1619.8424.54-
YUV125.07132.48170.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 93 (36.72% from 255) = 22.63%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=45.01%
G=22.63%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859313300.500.280.27333.9139.6654.51
HexB95D850321C1B14e2837
Octal27113520506234335165067
Binary1011100110111011000010101100101110011011101001110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D85; }

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

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

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

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

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

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

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

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