#B96584

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

Shades of Tapestry #B96584

Tints of Tapestry #B96584

Color information

#B96584 (or 0xB96584) is unknown color: approx Tapestry. HEX triplet: B9, 65 and 84. RGB value is (185,101,132). Sum of RGB (Red+Green+Blue) = 185+101+132=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B96584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96584 is #469A7B. Grayscale: #818181. Windows color (decimal): -4627068 or 8676793. OLE color: 8676793.

HSL color Cylindrical-coordinate representation of color #B96584: hue angle of 337.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96584 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB185101132-
CMYK00.450.290.27
HSL337.86º37.5%56.08%-
HSV(B)337.86º45.41%72.55%-
XYZ28.8321.2924.42-
YUV129.65129.33167.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=44.26%
G=24.16%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510113200.450.290.27337.8637.556.08
HexB9658402D1D1B1522638
Octal27114520405535335224670
Binary1011100111001011000010001011011110111011101010010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96584; }

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

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

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

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

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

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

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

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