#BF6775

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

Shades of Tapestry #BF6775

Tints of Tapestry #BF6775

Color information

#BF6775 (or 0xBF6775) is unknown color: approx Tapestry. HEX triplet: BF, 67 and 75. RGB value is (191,103,117). Sum of RGB (Red+Green+Blue) = 191+103+117=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6775 is #40988A. Grayscale: #828282. Windows color (decimal): -4233355 or 7694271. OLE color: 7694271.

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

Color convert

RGB191103117-
CMYK00.460.390.25
HSL350.45º40.74%57.65%-
HSV(B)350.45º46.07%74.9%-
XYZ29.5522.0619.53-
YUV130.91120.15170.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=46.47%
G=25.06%
B=28.47%

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
Decimal19110311700.460.390.25350.4540.7457.65
HexBF677502E271915e293a
Octal27714716505647315365172
Binary1011111111001111110101010111010011111001101011110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6775; }

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

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

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

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

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

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

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

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