#BF7076

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

Shades of Tapestry #BF7076

Tints of Tapestry #BF7076

Color information

#BF7076 (or 0xBF7076) is unknown color: approx Tapestry. HEX triplet: BF, 70 and 76. RGB value is (191,112,118). Sum of RGB (Red+Green+Blue) = 191+112+118=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7076 is #408F89. Grayscale: #888888. Windows color (decimal): -4231050 or 7762111. OLE color: 7762111.

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

Color convert

RGB191112118-
CMYK00.410.380.25
HSL355.44º38.16%59.41%-
HSV(B)355.44º41.36%74.9%-
XYZ30.5523.9720.16-
YUV136.3117.67167.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=45.37%
G=26.60%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111211800.410.380.25355.4438.1659.41
HexBF70760292619163263b
Octal27716016605146315434673
Binary1011111111100001110110010100110011011001101100011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7076; }

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

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

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

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

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

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

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

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