#BF6475

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

Shades of Tapestry #BF6475

Tints of Tapestry #BF6475

Color information

#BF6475 (or 0xBF6475) is unknown color: approx Tapestry. HEX triplet: BF, 64 and 75. RGB value is (191,100,117). Sum of RGB (Red+Green+Blue) = 191+100+117=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6475 is #409B8A. Grayscale: #818181. Windows color (decimal): -4234123 or 7693503. OLE color: 7693503.

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

Color convert

RGB191100117-
CMYK00.480.390.25
HSL348.79º41.55%57.06%-
HSV(B)348.79º47.64%74.9%-
XYZ29.2521.4819.43-
YUV129.15121.15172.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=46.81%
G=24.51%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110011700.480.390.25348.7941.5557.06
HexBF6475030271915d2a39
Octal27714416506047315355271
Binary1011111111001001110101011000010011111001101011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6475; }

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

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

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

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

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

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

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

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