#B97B82

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

Shades of Tapestry #B97B82

Tints of Tapestry #B97B82

Color information

#B97B82 (or 0xB97B82) is unknown color: approx Tapestry. HEX triplet: B9, 7B and 82. RGB value is (185,123,130). Sum of RGB (Red+Green+Blue) = 185+123+130=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97B82 is #46847D. Grayscale: #8E8E8E. Windows color (decimal): -4621438 or 8551353. OLE color: 8551353.

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

Color convert

RGB185123130-
CMYK00.340.300.27
HSL353.23º30.69%60.39%-
HSV(B)353.23º33.51%72.55%-
XYZ31.1226.0924.52-
YUV142.34121.04158.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=42.24%
G=28.08%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512313000.340.300.27353.2330.6960.39
HexB97B820221E1B1611f3c
Octal27117320204236335413774
Binary101110011111011100000100100010111101101110110000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B82; }

 p { color: rgb(185,123,130); }

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

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

 a { background-color: rgb(185,123,130); }

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

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

 span { border-color: rgb(185,123,130); }

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