#B9708C

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

Shades of Tapestry #B9708C

Tints of Tapestry #B9708C

Color information

#B9708C (or 0xB9708C) is unknown color: approx Tapestry. HEX triplet: B9, 70 and 8C. RGB value is (185,112,140). Sum of RGB (Red+Green+Blue) = 185+112+140=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9708C is #468F73. Grayscale: #888888. Windows color (decimal): -4624244 or 9203897. OLE color: 9203897.

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

Color convert

RGB185112140-
CMYK00.390.240.27
HSL336.99º34.27%58.24%-
HSV(B)336.99º39.46%72.55%-
XYZ30.5423.827.79-
YUV137.02129.68162.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=42.33%
G=25.63%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511214000.390.240.27336.9934.2758.24
HexB9708C027181B151223a
Octal27116021404730335214272
Binary1011100111100001000110001001111100011011101010001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9708C; }

 p { color: rgb(185,112,140); }

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

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

 a { background-color: rgb(185,112,140); }

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

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

 span { border-color: rgb(185,112,140); }

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