Shades of Mandy #BF4652
Tints of Mandy #BF4652
RGB
CMYK
RGB Variations
Color information
#BF4652 (or 0xBF4652) is known color: Mandy. HEX triplet: BF, 46 and 52. RGB value is (191,70,82). Sum of RGB (Red+Green+Blue) = 191+70+82=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4652 is #40B9AD. Grayscale: #6B6B6B. Windows color (decimal): -4241838 or 5392063. OLE color: 5392063.
HSL color Cylindrical-coordinate representation of color #BF4652: hue angle of 354.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4652 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 82 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.25 |
| HSL | 354.05º | 0.49% | 0.51% | - |
| HSV(B) | 354.05º | 0.63% | 0.75% | - |
| XYZ | 25.2 | 16.07 | 9.76 | - |
| YUV | 107.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 82 | 0 | 0.63 | 0.57 | 0.25 | 354.05 | 0.49 | 0.51 |
| Hex | BF | 46 | 52 | 0 | 3F | 39 | 19 | 162 | 31 | 33 |
| Octal | 277 | 106 | 122 | 0 | 77 | 71 | 31 | 542 | 61 | 63 |
| Binary | 10111111 | 1000110 | 1010010 | 0 | 111111 | 111001 | 11001 | 101100010 | 110001 | 110011 |
Color Harmonies of #BF4652
Complementary color
Monochromatic Colors of #BF4652
Black with #BF4652
Text Example
Text Example
White with #BF4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4652; }
p { color: rgb(191,70,82); }
H1.HeaderClassName
{
color: #BF4652;
}
.AnyTagClassName
{
color: #BF4652;
}
</style>
background-color css
<style>
a { background-color: #BF4652; }
a { background-color: rgb(191,70,82); }
div.DivClassName
{
background-color: #BF4652;
}
.BgClassName
{
background-color: #BF4652;
}
</style>
border-color css
<style>
span { border-color: #BF4652; }
span { border-color: rgb(191,70,82); }
td.TdClassName
{
border-color: #BF4652;
}
.TagClassName
{
border-color: #BF4652;
}
</style>