#BF6774

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

Shades of Tapestry #BF6774

Tints of Tapestry #BF6774

Color information

#BF6774 (or 0xBF6774) is unknown color: approx Tapestry. HEX triplet: BF, 67 and 74. RGB value is (191,103,116). Sum of RGB (Red+Green+Blue) = 191+103+116=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6774 is #40988B. Grayscale: #828282. Windows color (decimal): -4233356 or 7628735. OLE color: 7628735.

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

Color convert

RGB191103116-
CMYK00.460.390.25
HSL351.14º40.74%57.65%-
HSV(B)351.14º46.07%74.9%-
XYZ29.4922.0419.22-
YUV130.79119.65170.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 116 (45.70% from 255) = 28.29%
R=46.59%
G=25.12%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110311600.460.390.25351.1440.7457.65
HexBF677402E271915f293a
Octal27714716405647315375172
Binary1011111111001111110100010111010011111001101011111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6774; }

 p { color: rgb(191,103,116); }

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

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

 a { background-color: rgb(191,103,116); }

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

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

 span { border-color: rgb(191,103,116); }

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