#BF7D7F

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

Shades of Tapestry #BF7D7F

Tints of Tapestry #BF7D7F

Color information

#BF7D7F (or 0xBF7D7F) is unknown color: approx Tapestry. HEX triplet: BF, 7D and 7F. RGB value is (191,125,127). Sum of RGB (Red+Green+Blue) = 191+125+127=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D7F is #408280. Grayscale: #919191. Windows color (decimal): -4227713 or 8355263. OLE color: 8355263.

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

Color convert

RGB191125127-
CMYK00.350.340.25
HSL358.18º34.02%61.96%-
HSV(B)358.18º34.55%74.9%-
XYZ32.6527.2823.62-
YUV144.96117.87160.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 127 (50% from 255) = 28.67%
R=43.12%
G=28.22%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112512700.350.340.25358.1834.0261.96
HexBF7D7F0232219166223e
Octal27717517704342315464276
Binary1011111111111011111111010001110001011001101100110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7D7F; }

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

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

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

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

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

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

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

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