#B95C84

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

Shades of Tapestry #B95C84

Tints of Tapestry #B95C84

Color information

#B95C84 (or 0xB95C84) is unknown color: approx Tapestry. HEX triplet: B9, 5C and 84. RGB value is (185,92,132). Sum of RGB (Red+Green+Blue) = 185+92+132=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95C84 is #46A37B. Grayscale: #7C7C7C. Windows color (decimal): -4629372 or 8674489. OLE color: 8674489.

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

Color convert

RGB18592132-
CMYK00.500.290.27
HSL334.19º39.91%54.31%-
HSV(B)334.19º50.27%72.55%-
XYZ2819.6324.14-
YUV124.37132.31171.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=45.23%
G=22.49%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859213200.500.290.27334.1939.9154.31
HexB95C840321D1B14e2836
Octal27113420406235335165066
Binary1011100110111001000010001100101110111011101001110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C84; }

 p { color: rgb(185,92,132); }

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

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

 a { background-color: rgb(185,92,132); }

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

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

 span { border-color: rgb(185,92,132); }

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