#B96681

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

Shades of Tapestry #B96681

Tints of Tapestry #B96681

Color information

#B96681 (or 0xB96681) is unknown color: approx Tapestry. HEX triplet: B9, 66 and 81. RGB value is (185,102,129). Sum of RGB (Red+Green+Blue) = 185+102+129=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B96681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96681 is #46997E. Grayscale: #818181. Windows color (decimal): -4626815 or 8480441. OLE color: 8480441.

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

Color convert

RGB185102129-
CMYK00.450.300.27
HSL340.48º37.22%56.27%-
HSV(B)340.48º44.86%72.55%-
XYZ28.7221.423.39-
YUV129.89127.5167.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=44.47%
G=24.52%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510212900.450.300.27340.4837.2256.27
HexB9668102D1E1B1542538
Octal27114620105536335244570
Binary1011100111001101000000101011011111011011101010100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96681; }

 p { color: rgb(185,102,129); }

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

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

 a { background-color: rgb(185,102,129); }

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

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

 span { border-color: rgb(185,102,129); }

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