#B96683

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

Shades of Tapestry #B96683

Tints of Tapestry #B96683

Color information

#B96683 (or 0xB96683) is unknown color: approx Tapestry. HEX triplet: B9, 66 and 83. RGB value is (185,102,131). Sum of RGB (Red+Green+Blue) = 185+102+131=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B96683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96683 is #46997C. Grayscale: #828282. Windows color (decimal): -4626813 or 8611513. OLE color: 8611513.

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

Color convert

RGB185102131-
CMYK00.450.290.27
HSL339.04º37.22%56.27%-
HSV(B)339.04º44.86%72.55%-
XYZ28.8621.4624.09-
YUV130.12128.5167.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=44.26%
G=24.40%
B=31.34%

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
Decimal18510213100.450.290.27339.0437.2256.27
HexB9668302D1D1B1532538
Octal27114620305535335234570
Binary1011100111001101000001101011011110111011101010011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96683; }

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

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

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

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

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

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

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

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