#B6728F

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

Shades of Tapestry #B6728F

Tints of Tapestry #B6728F

Color information

#B6728F (or 0xB6728F) is unknown color: approx Tapestry. HEX triplet: B6, 72 and 8F. RGB value is (182,114,143). Sum of RGB (Red+Green+Blue) = 182+114+143=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6728F is #498D70. Grayscale: #898989. Windows color (decimal): -4820337 or 9401014. OLE color: 9401014.

HSL color Cylindrical-coordinate representation of color #B6728F: hue angle of 334.41º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6728F is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB182114143-
CMYK00.370.210.29
HSL334.41º31.78%58.04%-
HSV(B)334.41º37.36%71.37%-
XYZ30.2723.9629.02-
YUV137.64131.03159.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=41.46%
G=25.97%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211414300.370.210.29334.4131.7858.04
HexB6728F025151D14e203a
Octal26616221704525355164072
Binary1011011011100101000111101001011010111101101001110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6728F; }

 p { color: rgb(182,114,143); }

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

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

 a { background-color: rgb(182,114,143); }

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

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

 span { border-color: rgb(182,114,143); }

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