#B97C7E

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

Shades of Tapestry #B97C7E

Tints of Tapestry #B97C7E

Color information

#B97C7E (or 0xB97C7E) is unknown color: approx Tapestry. HEX triplet: B9, 7C and 7E. RGB value is (185,124,126). Sum of RGB (Red+Green+Blue) = 185+124+126=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C7E is #468381. Grayscale: #8E8E8E. Windows color (decimal): -4621186 or 8289465. OLE color: 8289465.

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

Color convert

RGB185124126-
CMYK00.330.320.27
HSL358.03º30.35%60.59%-
HSV(B)358.03º32.97%72.55%-
XYZ30.9826.2423.17-
YUV142.47118.71158.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=42.53%
G=28.51%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512412600.330.320.27358.0330.3560.59
HexB97C7E021201B1661e3d
Octal27117417604140335463675
Binary101110011111100111111001000011000001101110110011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C7E; }

 p { color: rgb(185,124,126); }

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

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

 a { background-color: rgb(185,124,126); }

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

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

 span { border-color: rgb(185,124,126); }

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