#B97B7F

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

Shades of Tapestry #B97B7F

Tints of Tapestry #B97B7F

Color information

#B97B7F (or 0xB97B7F) is unknown color: approx Tapestry. HEX triplet: B9, 7B and 7F. RGB value is (185,123,127). Sum of RGB (Red+Green+Blue) = 185+123+127=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B7F is #468480. Grayscale: #8E8E8E. Windows color (decimal): -4621441 or 8354745. OLE color: 8354745.

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

Color convert

RGB185123127-
CMYK00.340.310.27
HSL356.13º30.69%60.39%-
HSV(B)356.13º33.51%72.55%-
XYZ30.9226.0123.47-
YUV141.99119.54158.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 127 (50% from 255) = 29.20%
R=42.53%
G=28.28%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512312700.340.310.27356.1330.6960.39
HexB97B7F0221F1B1641f3c
Octal27117317704237335443774
Binary10111001111101111111110100010111111101110110010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B7F; }

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

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

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

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

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

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

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

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