#BF5156

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

Shades of Mandy #BF5156

Tints of Mandy #BF5156

Color information

#BF5156 (or 0xBF5156) is unknown color: approx Mandy. HEX triplet: BF, 51 and 56. RGB value is (191,81,86). Sum of RGB (Red+Green+Blue) = 191+81+86=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5156 is #40AEA9. Grayscale: #727272. Windows color (decimal): -4239018 or 5657023. OLE color: 5657023.

HSL color Cylindrical-coordinate representation of color #BF5156: hue angle of 357.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5156 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1918186-
CMYK00.580.550.25
HSL357.27º46.22%53.33%-
HSV(B)357.27º57.59%74.9%-
XYZ26.1117.6310.83-
YUV114.46111.94182.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=53.35%
G=22.63%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191818600.580.550.25357.2746.2253.33
HexBF515603A37191652e35
Octal27712112607267315455665
Binary1011111110100011010110011101011011111001101100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5156; }

 p { color: rgb(191,81,86); }

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

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

 a { background-color: rgb(191,81,86); }

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

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

 span { border-color: rgb(191,81,86); }

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