#BF6476

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

Shades of Tapestry #BF6476

Tints of Tapestry #BF6476

Color information

#BF6476 (or 0xBF6476) is unknown color: approx Tapestry. HEX triplet: BF, 64 and 76. RGB value is (191,100,118). Sum of RGB (Red+Green+Blue) = 191+100+118=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6476 is #409B89. Grayscale: #818181. Windows color (decimal): -4234122 or 7759039. OLE color: 7759039.

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

Color convert

RGB191100118-
CMYK00.480.380.25
HSL348.13º41.55%57.06%-
HSV(B)348.13º47.64%74.9%-
XYZ29.3121.519.74-
YUV129.26121.65172.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=46.70%
G=24.45%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110011800.480.380.25348.1341.5557.06
HexBF6476030261915c2a39
Octal27714416606046315345271
Binary1011111111001001110110011000010011011001101011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6476; }

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

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

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

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

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

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

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

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