#BF767E

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

Shades of Tapestry #BF767E

Tints of Tapestry #BF767E

Color information

#BF767E (or 0xBF767E) is unknown color: approx Tapestry. HEX triplet: BF, 76 and 7E. RGB value is (191,118,126). Sum of RGB (Red+Green+Blue) = 191+118+126=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF767E is #408981. Grayscale: #8C8C8C. Windows color (decimal): -4229506 or 8287935. OLE color: 8287935.

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

Color convert

RGB191118126-
CMYK00.380.340.25
HSL353.42º36.32%60.59%-
HSV(B)353.42º38.22%74.9%-
XYZ31.7325.5423-
YUV140.74119.68163.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=43.91%
G=27.13%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111812600.380.340.25353.4236.3260.59
HexBF767E0262219161243d
Octal27716617604642315414475
Binary1011111111101101111110010011010001011001101100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF767E; }

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

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

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

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

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

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

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

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