#B96176

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

Shades of Tapestry #B96176

Tints of Tapestry #B96176

Color information

#B96176 (or 0xB96176) is unknown color: approx Tapestry. HEX triplet: B9, 61 and 76. RGB value is (185,97,118). Sum of RGB (Red+Green+Blue) = 185+97+118=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B96176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96176 is #469E89. Grayscale: #7D7D7D. Windows color (decimal): -4628106 or 7758265. OLE color: 7758265.

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

Color convert

RGB18597118-
CMYK00.480.360.27
HSL345.68º38.6%55.29%-
HSV(B)345.68º47.57%72.55%-
XYZ27.5520.1719.58-
YUV125.71123.65170.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=46.25%
G=24.25%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859711800.480.360.27345.6838.655.29
HexB96176030241B15a2737
Octal27114116606044335324767
Binary1011100111000011110110011000010010011011101011010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96176; }

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

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

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

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

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

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

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

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