#B9728E

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

Shades of Tapestry #B9728E

Tints of Tapestry #B9728E

Color information

#B9728E (or 0xB9728E) is unknown color: approx Tapestry. HEX triplet: B9, 72 and 8E. RGB value is (185,114,142). Sum of RGB (Red+Green+Blue) = 185+114+142=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9728E is #468D71. Grayscale: #8A8A8A. Windows color (decimal): -4623730 or 9335481. OLE color: 9335481.

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

Color convert

RGB185114142-
CMYK00.380.230.27
HSL336.34º33.65%58.63%-
HSV(B)336.34º38.38%72.55%-
XYZ30.9124.328.65-
YUV138.42130.02161.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=41.95%
G=25.85%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511414200.380.230.27336.3433.6558.63
HexB9728E026171B150223b
Octal27116221604627335204273
Binary1011100111100101000111001001101011111011101010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9728E; }

 p { color: rgb(185,114,142); }

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

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

 a { background-color: rgb(185,114,142); }

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

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

 span { border-color: rgb(185,114,142); }

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