#BF7082

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

Shades of Tapestry #BF7082

Tints of Tapestry #BF7082

Color information

#BF7082 (or 0xBF7082) is unknown color: approx Tapestry. HEX triplet: BF, 70 and 82. RGB value is (191,112,130). Sum of RGB (Red+Green+Blue) = 191+112+130=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7082 is #408F7D. Grayscale: #898989. Windows color (decimal): -4231038 or 8548543. OLE color: 8548543.

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

Color convert

RGB191112130-
CMYK00.410.320.25
HSL346.33º38.16%59.41%-
HSV(B)346.33º41.36%74.9%-
XYZ31.3124.2824.15-
YUV137.67123.67166.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=44.11%
G=25.87%
B=30.02%

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
Decimal19111213000.410.320.25346.3338.1659.41
HexBF7082029201915a263b
Octal27716020205140315324673
Binary10111111111000010000010010100110000011001101011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7082; }

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

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

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

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

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

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

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

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