#B96484

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

Shades of Tapestry #B96484

Tints of Tapestry #B96484

Color information

#B96484 (or 0xB96484) is unknown color: approx Tapestry. HEX triplet: B9, 64 and 84. RGB value is (185,100,132). Sum of RGB (Red+Green+Blue) = 185+100+132=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96484 is #469B7B. Grayscale: #818181. Windows color (decimal): -4627324 or 8676537. OLE color: 8676537.

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

Color convert

RGB185100132-
CMYK00.460.290.27
HSL337.41º37.78%55.88%-
HSV(B)337.41º45.95%72.55%-
XYZ28.7321.0924.39-
YUV129.06129.66167.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=44.36%
G=23.98%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510013200.460.290.27337.4137.7855.88
HexB9648402E1D1B1512638
Octal27114420405635335214670
Binary1011100111001001000010001011101110111011101010001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96484; }

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

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

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

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

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

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

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

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