#BF6B77

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

Shades of Tapestry #BF6B77

Tints of Tapestry #BF6B77

Color information

#BF6B77 (or 0xBF6B77) is unknown color: approx Tapestry. HEX triplet: BF, 6B and 77. RGB value is (191,107,119). Sum of RGB (Red+Green+Blue) = 191+107+119=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B77 is #409488. Grayscale: #858585. Windows color (decimal): -4232329 or 7826367. OLE color: 7826367.

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

Color convert

RGB191107119-
CMYK00.440.380.25
HSL351.43º39.62%58.43%-
HSV(B)351.43º43.98%74.9%-
XYZ30.0722.9220.29-
YUV133.48119.83169.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=45.80%
G=25.66%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110711900.440.380.25351.4339.6258.43
HexBF6B7702C261915f283a
Octal27715316705446315375072
Binary1011111111010111110111010110010011011001101011111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B77; }

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

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

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

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

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

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

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

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