#B95C82

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

Shades of Tapestry #B95C82

Tints of Tapestry #B95C82

Color information

#B95C82 (or 0xB95C82) is unknown color: approx Tapestry. HEX triplet: B9, 5C and 82. RGB value is (185,92,130). Sum of RGB (Red+Green+Blue) = 185+92+130=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95C82 is #46A37D. Grayscale: #7C7C7C. Windows color (decimal): -4629374 or 8543417. OLE color: 8543417.

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

Color convert

RGB18592130-
CMYK00.500.300.27
HSL335.48º39.91%54.31%-
HSV(B)335.48º50.27%72.55%-
XYZ27.8619.5823.43-
YUV124.14131.31171.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=45.45%
G=22.60%
B=31.94%

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
Decimal1859213000.500.300.27335.4839.9154.31
HexB95C820321E1B14f2836
Octal27113420206236335175066
Binary1011100110111001000001001100101111011011101001111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C82; }

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

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

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

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

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

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

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

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