#bf7480

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

Shades of Tapestry #BF7480

Tints of Tapestry #BF7480

Color information

#BF7480 (or 0xBF7480) is unknown color: approx Tapestry. HEX triplet: BF, 74 and 80. RGB value is (191,116,128). Sum of RGB (Red+Green+Blue) = 191+116+128=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7480 is #408B7F. Grayscale: #8B8B8B. Windows color (decimal): -4230016 or 8418495. OLE color: 8418495.

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

Color convert

RGB191116128-
CMYK00.390.330.25
HSL350.4º36.95%60.2%-
HSV(B)350.4º39.27%74.9%-
XYZ31.6325.1323.6-
YUV139.79121.35164.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=43.91%
G=26.67%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111612800.390.330.25350.436.9560.2
HexBF7480027211915e253c
Octal27716420004741315364574
Binary10111111111010010000000010011110000111001101011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf7480; }

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

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

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

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

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

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

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

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