#BF6577

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

Shades of Tapestry #BF6577

Tints of Tapestry #BF6577

Color information

#BF6577 (or 0xBF6577) is unknown color: approx Tapestry. HEX triplet: BF, 65 and 77. RGB value is (191,101,119). Sum of RGB (Red+Green+Blue) = 191+101+119=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6577 is #409A88. Grayscale: #818181. Windows color (decimal): -4233865 or 7824831. OLE color: 7824831.

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

Color convert

RGB191101119-
CMYK00.470.380.25
HSL348º41.28%57.25%-
HSV(B)348º47.12%74.9%-
XYZ29.4721.7220.09-
YUV129.96121.82171.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=46.47%
G=24.57%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110111900.470.380.2534841.2857.25
HexBF657702F261915c2939
Octal27714516705746315345171
Binary1011111111001011110111010111110011011001101011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6577; }

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

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

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

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

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

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

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

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