#BF7180

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

Shades of Tapestry #BF7180

Tints of Tapestry #BF7180

Color information

#BF7180 (or 0xBF7180) is unknown color: approx Tapestry. HEX triplet: BF, 71 and 80. RGB value is (191,113,128). Sum of RGB (Red+Green+Blue) = 191+113+128=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7180 is #408E7F. Grayscale: #8A8A8A. Windows color (decimal): -4230784 or 8417727. OLE color: 8417727.

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

Color convert

RGB191113128-
CMYK00.410.330.25
HSL348.46º37.86%59.61%-
HSV(B)348.46º40.84%74.9%-
XYZ31.2924.4523.49-
YUV138.03122.34165.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=44.21%
G=26.16%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111312800.410.330.25348.4637.8659.61
HexBF7180029211915c263c
Octal27716120005141315344674
Binary10111111111000110000000010100110000111001101011100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7180; }

 p { color: rgb(191,113,128); }

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

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

 a { background-color: rgb(191,113,128); }

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

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

 span { border-color: rgb(191,113,128); }

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