#B96983

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

Shades of Tapestry #B96983

Tints of Tapestry #B96983

Color information

#B96983 (or 0xB96983) is unknown color: approx Tapestry. HEX triplet: B9, 69 and 83. RGB value is (185,105,131). Sum of RGB (Red+Green+Blue) = 185+105+131=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96983 is #46967C. Grayscale: #838383. Windows color (decimal): -4626045 or 8612281. OLE color: 8612281.

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

Color convert

RGB185105131-
CMYK00.430.290.27
HSL340.5º36.36%56.86%-
HSV(B)340.5º43.24%72.55%-
XYZ29.1622.0624.19-
YUV131.88127.5165.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=43.94%
G=24.94%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510513100.430.290.27340.536.3656.86
HexB9698302B1D1B1542439
Octal27115120305335335244471
Binary1011100111010011000001101010111110111011101010100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96983; }

 p { color: rgb(185,105,131); }

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

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

 a { background-color: rgb(185,105,131); }

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

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

 span { border-color: rgb(185,105,131); }

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