#B96482

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

Shades of Tapestry #B96482

Tints of Tapestry #B96482

Color information

#B96482 (or 0xB96482) is unknown color: approx Tapestry. HEX triplet: B9, 64 and 82. RGB value is (185,100,130). Sum of RGB (Red+Green+Blue) = 185+100+130=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B96482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96482 is #469B7D. Grayscale: #808080. Windows color (decimal): -4627326 or 8545465. OLE color: 8545465.

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

Color convert

RGB185100130-
CMYK00.460.300.27
HSL338.82º37.78%55.88%-
HSV(B)338.82º45.95%72.55%-
XYZ28.5921.0423.67-
YUV128.83128.66168.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=44.58%
G=24.10%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510013000.460.300.27338.8237.7855.88
HexB9648202E1E1B1532638
Octal27114420205636335234670
Binary1011100111001001000001001011101111011011101010011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96482; }

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

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

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

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

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

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

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

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