#B9728B

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

Shades of Tapestry #B9728B

Tints of Tapestry #B9728B

Color information

#B9728B (or 0xB9728B) is unknown color: approx Tapestry. HEX triplet: B9, 72 and 8B. RGB value is (185,114,139). Sum of RGB (Red+Green+Blue) = 185+114+139=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9728B is #468D74. Grayscale: #8A8A8A. Windows color (decimal): -4623733 or 9138873. OLE color: 9138873.

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

Color convert

RGB185114139-
CMYK00.380.250.27
HSL338.87º33.65%58.63%-
HSV(B)338.87º38.38%72.55%-
XYZ30.6924.2127.48-
YUV138.08128.52161.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=42.24%
G=26.03%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511413900.380.250.27338.8733.6558.63
HexB9728B026191B153223b
Octal27116221304631335234273
Binary1011100111100101000101101001101100111011101010011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9728B; }

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

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

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

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

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

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

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

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