#B97685

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

Shades of Tapestry #B97685

Tints of Tapestry #B97685

Color information

#B97685 (or 0xB97685) is unknown color: approx Tapestry. HEX triplet: B9, 76 and 85. RGB value is (185,118,133). Sum of RGB (Red+Green+Blue) = 185+118+133=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B97685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97685 is #46897A. Grayscale: #8B8B8B. Windows color (decimal): -4622715 or 8746681. OLE color: 8746681.

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

Color convert

RGB185118133-
CMYK00.360.280.27
HSL346.57º32.37%59.41%-
HSV(B)346.57º36.22%72.55%-
XYZ30.7224.9625.39-
YUV139.74124.2160.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=42.43%
G=27.06%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511813300.360.280.27346.5732.3759.41
HexB976850241C1B15b203b
Octal27116620504434335334073
Binary1011100111101101000010101001001110011011101011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97685; }

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

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

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

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

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

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

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

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