#BF7779

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

Shades of Tapestry #BF7779

Tints of Tapestry #BF7779

Color information

#BF7779 (or 0xBF7779) is unknown color: approx Tapestry. HEX triplet: BF, 77 and 79. RGB value is (191,119,121). Sum of RGB (Red+Green+Blue) = 191+119+121=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7779 is #408886. Grayscale: #8C8C8C. Windows color (decimal): -4229255 or 7960511. OLE color: 7960511.

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

Color convert

RGB191119121-
CMYK00.380.370.25
HSL358.33º36%60.78%-
HSV(B)358.33º37.7%74.9%-
XYZ31.5325.6521.38-
YUV140.76116.85163.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=44.32%
G=27.61%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111912100.380.370.25358.333660.78
HexBF77790262519166243d
Octal27716717104645315464475
Binary1011111111101111111001010011010010111001101100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7779; }

 p { color: rgb(191,119,121); }

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

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

 a { background-color: rgb(191,119,121); }

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

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

 span { border-color: rgb(191,119,121); }

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