#BF484F

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

Shades of Mandy #BF484F

Tints of Mandy #BF484F

Color information

#BF484F (or 0xBF484F) is unknown color: approx Mandy. HEX triplet: BF, 48 and 4F. RGB value is (191,72,79). Sum of RGB (Red+Green+Blue) = 191+72+79=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF484F is #40B7B0. Grayscale: #6C6C6C. Windows color (decimal): -4241329 or 5195967. OLE color: 5195967.

HSL color Cylindrical-coordinate representation of color #BF484F: hue angle of 356.47º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF484F is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1917279-
CMYK00.620.590.25
HSL356.47º48.18%51.57%-
HSV(B)356.47º62.3%74.9%-
XYZ25.2116.289.21-
YUV108.38111.42186.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=55.85%
G=21.05%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191727900.620.590.25356.4748.1851.57
HexBF484F03E3B191643034
Octal27711011707673315446064
Binary1011111110010001001111011111011101111001101100100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF484F; }

 p { color: rgb(191,72,79); }

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

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

 a { background-color: rgb(191,72,79); }

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

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

 span { border-color: rgb(191,72,79); }

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