#BF7380

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

Shades of Tapestry #BF7380

Tints of Tapestry #BF7380

Color information

#BF7380 (or 0xBF7380) is unknown color: approx Tapestry. HEX triplet: BF, 73 and 80. RGB value is (191,115,128). Sum of RGB (Red+Green+Blue) = 191+115+128=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7380 is #408C7F. Grayscale: #8B8B8B. Windows color (decimal): -4230272 or 8418239. OLE color: 8418239.

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

Color convert

RGB191115128-
CMYK00.400.330.25
HSL349.74º37.25%60%-
HSV(B)349.74º39.79%74.9%-
XYZ31.5124.923.57-
YUV139.21121.68164.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=44.01%
G=26.50%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111512800.400.330.25349.7437.2560
HexBF7380028211915e253c
Octal27716320005041315364574
Binary10111111111001110000000010100010000111001101011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7380; }

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

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

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

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

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

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

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

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