#B96180

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

Shades of Tapestry #B96180

Tints of Tapestry #B96180

Color information

#B96180 (or 0xB96180) is unknown color: approx Tapestry. HEX triplet: B9, 61 and 80. RGB value is (185,97,128). Sum of RGB (Red+Green+Blue) = 185+97+128=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B96180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96180 is #469E7F. Grayscale: #7E7E7E. Windows color (decimal): -4628096 or 8413625. OLE color: 8413625.

HSL color Cylindrical-coordinate representation of color #B96180: hue angle of 338.86º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B96180 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18597128-
CMYK00.480.310.27
HSL338.86º38.6%55.29%-
HSV(B)338.86º47.57%72.55%-
XYZ28.1820.4222.88-
YUV126.85128.65169.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=45.12%
G=23.66%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859712800.480.310.27338.8638.655.29
HexB961800301F1B1532737
Octal27114120006037335234767
Binary1011100111000011000000001100001111111011101010011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96180; }

 p { color: rgb(185,97,128); }

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

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

 a { background-color: rgb(185,97,128); }

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

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

 span { border-color: rgb(185,97,128); }

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