#BF7182

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

Shades of Tapestry #BF7182

Tints of Tapestry #BF7182

Color information

#BF7182 (or 0xBF7182) is unknown color: approx Tapestry. HEX triplet: BF, 71 and 82. RGB value is (191,113,130). Sum of RGB (Red+Green+Blue) = 191+113+130=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7182 is #408E7D. Grayscale: #8A8A8A. Windows color (decimal): -4230782 or 8548799. OLE color: 8548799.

HSL color Cylindrical-coordinate representation of color #BF7182: hue angle of 346.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7182 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191113130-
CMYK00.410.320.25
HSL346.92º37.86%59.61%-
HSV(B)346.92º40.84%74.9%-
XYZ31.4224.524.19-
YUV138.26123.34165.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=44.01%
G=26.04%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111313000.410.320.25346.9237.8659.61
HexBF7182029201915b263c
Octal27716120205140315334674
Binary10111111111000110000010010100110000011001101011011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7182; }

 p { color: rgb(191,113,130); }

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

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

 a { background-color: rgb(191,113,130); }

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

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

 span { border-color: rgb(191,113,130); }

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