#BF7C7D

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

Shades of Tapestry #BF7C7D

Tints of Tapestry #BF7C7D

Color information

#BF7C7D (or 0xBF7C7D) is unknown color: approx Tapestry. HEX triplet: BF, 7C and 7D. RGB value is (191,124,125). Sum of RGB (Red+Green+Blue) = 191+124+125=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C7D is #408382. Grayscale: #909090. Windows color (decimal): -4227971 or 8223935. OLE color: 8223935.

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

Color convert

RGB191124125-
CMYK00.350.350.25
HSL359.1º34.36%61.76%-
HSV(B)359.1º35.08%74.9%-
XYZ32.426.9722.9-
YUV144.15117.2161.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=43.41%
G=28.18%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112412500.350.350.25359.134.3661.76
HexBF7C7D0232319167223e
Octal27717417504343315474276
Binary1011111111111001111101010001110001111001101100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C7D; }

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

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

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

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

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

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

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

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