#B97585

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

Shades of Tapestry #B97585

Tints of Tapestry #B97585

Color information

#B97585 (or 0xB97585) is unknown color: approx Tapestry. HEX triplet: B9, 75 and 85. RGB value is (185,117,133). Sum of RGB (Red+Green+Blue) = 185+117+133=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B97585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97585 is #468A7A. Grayscale: #8B8B8B. Windows color (decimal): -4622971 or 8746425. OLE color: 8746425.

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

Color convert

RGB185117133-
CMYK00.370.280.27
HSL345.88º32.69%59.22%-
HSV(B)345.88º36.76%72.55%-
XYZ30.624.7325.35-
YUV139.16124.53160.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=42.53%
G=26.90%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511713300.370.280.27345.8832.6959.22
HexB975850251C1B15a213b
Octal27116520504534335324173
Binary1011100111101011000010101001011110011011101011010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97585; }

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

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

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

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

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

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

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

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