#BF767A

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

Shades of Tapestry #BF767A

Tints of Tapestry #BF767A

Color information

#BF767A (or 0xBF767A) is unknown color: approx Tapestry. HEX triplet: BF, 76 and 7A. RGB value is (191,118,122). Sum of RGB (Red+Green+Blue) = 191+118+122=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF767A is #408985. Grayscale: #8C8C8C. Windows color (decimal): -4229510 or 8025791. OLE color: 8025791.

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

Color convert

RGB191118122-
CMYK00.380.360.25
HSL356.71º36.32%60.59%-
HSV(B)356.71º38.22%74.9%-
XYZ31.4825.4421.66-
YUV140.28117.68164.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=44.32%
G=27.38%
B=28.31%

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
Decimal19111812200.380.360.25356.7136.3260.59
HexBF767A0262419165243d
Octal27716617204644315454475
Binary1011111111101101111010010011010010011001101100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF767A; }

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

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

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

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

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

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

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

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