#BF777A

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

Shades of Tapestry #BF777A

Tints of Tapestry #BF777A

Color information

#BF777A (or 0xBF777A) is unknown color: approx Tapestry. HEX triplet: BF, 77 and 7A. RGB value is (191,119,122). Sum of RGB (Red+Green+Blue) = 191+119+122=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF777A is #408885. Grayscale: #8C8C8C. Windows color (decimal): -4229254 or 8026047. OLE color: 8026047.

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

Color convert

RGB191119122-
CMYK00.380.360.25
HSL357.5º36%60.78%-
HSV(B)357.5º37.7%74.9%-
XYZ31.625.6821.7-
YUV140.87117.35163.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=44.21%
G=27.55%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111912200.380.360.25357.53660.78
HexBF777A0262419166243d
Octal27716717204644315464475
Binary1011111111101111111010010011010010011001101100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF777A; }

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

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

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

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

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

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

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

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