#B97680

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

Shades of Tapestry #B97680

Tints of Tapestry #B97680

Color information

#B97680 (or 0xB97680) is unknown color: approx Tapestry. HEX triplet: B9, 76 and 80. RGB value is (185,118,128). Sum of RGB (Red+Green+Blue) = 185+118+128=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B97680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97680 is #46897F. Grayscale: #8B8B8B. Windows color (decimal): -4622720 or 8419001. OLE color: 8419001.

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

Color convert

RGB185118128-
CMYK00.360.310.27
HSL351.04º32.37%59.41%-
HSV(B)351.04º36.22%72.55%-
XYZ30.3824.8323.61-
YUV139.17121.7160.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=42.92%
G=27.38%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511812800.360.310.27351.0432.3759.41
HexB976800241F1B15f203b
Octal27116620004437335374073
Binary1011100111101101000000001001001111111011101011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97680; }

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

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

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

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

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

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

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

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