Shades of Royal Heath #BF3A6D
Tints of Royal Heath #BF3A6D
RGB
CMYK
RGB Variations
Color information
#BF3A6D (or 0xBF3A6D) is known color: Royal Heath. HEX triplet: BF, 3A and 6D. RGB value is (191,58,109). Sum of RGB (Red+Green+Blue) = 191+58+109=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A6D is #40C592. Grayscale: #676767. Windows color (decimal): -4244883 or 7158463. OLE color: 7158463.
HSL color Cylindrical-coordinate representation of color #BF3A6D: hue angle of 336.99º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A6D is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 109 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.25 |
| HSL | 336.99º | 0.53% | 0.49% | - |
| HSV(B) | 336.99º | 0.7% | 0.75% | - |
| XYZ | 25.76 | 15.21 | 16.05 | - |
| YUV | 103.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 109 | 0 | 0.70 | 0.43 | 0.25 | 336.99 | 0.53 | 0.49 |
| Hex | BF | 3A | 6D | 0 | 46 | 2B | 19 | 151 | 35 | 31 |
| Octal | 277 | 72 | 155 | 0 | 106 | 53 | 31 | 521 | 65 | 61 |
| Binary | 10111111 | 111010 | 1101101 | 0 | 1000110 | 101011 | 11001 | 101010001 | 110101 | 110001 |
Color Harmonies of #BF3A6D
Complementary color
Monochromatic Colors of #BF3A6D
Black with #BF3A6D
Text Example
Text Example
White with #BF3A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A6D; }
p { color: rgb(191,58,109); }
H1.HeaderClassName
{
color: #BF3A6D;
}
.AnyTagClassName
{
color: #BF3A6D;
}
</style>
background-color css
<style>
a { background-color: #BF3A6D; }
a { background-color: rgb(191,58,109); }
div.DivClassName
{
background-color: #BF3A6D;
}
.BgClassName
{
background-color: #BF3A6D;
}
</style>
border-color css
<style>
span { border-color: #BF3A6D; }
span { border-color: rgb(191,58,109); }
td.TdClassName
{
border-color: #BF3A6D;
}
.TagClassName
{
border-color: #BF3A6D;
}
</style>