#BF7484

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

Shades of Tapestry #BF7484

Tints of Tapestry #BF7484

Color information

#BF7484 (or 0xBF7484) is unknown color: approx Tapestry. HEX triplet: BF, 74 and 84. RGB value is (191,116,132). Sum of RGB (Red+Green+Blue) = 191+116+132=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7484 is #408B7B. Grayscale: #8C8C8C. Windows color (decimal): -4230012 or 8680639. OLE color: 8680639.

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

Color convert

RGB191116132-
CMYK00.390.310.25
HSL347.2º36.95%60.2%-
HSV(B)347.2º39.27%74.9%-
XYZ31.925.2325.02-
YUV140.25123.35164.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=43.51%
G=26.42%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111613200.390.310.25347.236.9560.2
HexBF74840271F1915b253c
Octal27716420404737315334574
Binary1011111111101001000010001001111111111001101011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7484; }

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

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

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

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

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

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

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

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