#BF6C7C

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

Shades of Tapestry #BF6C7C

Tints of Tapestry #BF6C7C

Color information

#BF6C7C (or 0xBF6C7C) is unknown color: approx Tapestry. HEX triplet: BF, 6C and 7C. RGB value is (191,108,124). Sum of RGB (Red+Green+Blue) = 191+108+124=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C7C is #409383. Grayscale: #868686. Windows color (decimal): -4232068 or 8154303. OLE color: 8154303.

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

Color convert

RGB191108124-
CMYK00.430.350.25
HSL348.43º39.34%58.63%-
HSV(B)348.43º43.46%74.9%-
XYZ30.4923.2621.95-
YUV134.64122168.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=45.15%
G=25.53%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110812400.430.350.25348.4339.3458.63
HexBF6C7C02B231915c273b
Octal27715417405343315344773
Binary1011111111011001111100010101110001111001101011100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C7C; }

 p { color: rgb(191,108,124); }

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

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

 a { background-color: rgb(191,108,124); }

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

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

 span { border-color: rgb(191,108,124); }

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