Shades of Royal Heath #BF4575
Tints of Royal Heath #BF4575
RGB
CMYK
RGB Variations
Color information
#BF4575 (or 0xBF4575) is known color: Royal Heath. HEX triplet: BF, 45 and 75. RGB value is (191,69,117). Sum of RGB (Red+Green+Blue) = 191+69+117=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4575 is #40BA8A. Grayscale: #6E6E6E. Windows color (decimal): -4242059 or 7685567. OLE color: 7685567.
HSL color Cylindrical-coordinate representation of color #BF4575: hue angle of 336.39º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4575 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 117 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.25 |
| HSL | 336.39º | 0.49% | 0.51% | - |
| HSV(B) | 336.39º | 0.64% | 0.75% | - |
| XYZ | 26.82 | 16.62 | 18.62 | - |
| YUV | 110.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 117 | 0 | 0.64 | 0.39 | 0.25 | 336.39 | 0.49 | 0.51 |
| Hex | BF | 45 | 75 | 0 | 40 | 27 | 19 | 150 | 31 | 33 |
| Octal | 277 | 105 | 165 | 0 | 100 | 47 | 31 | 520 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1110101 | 0 | 1000000 | 100111 | 11001 | 101010000 | 110001 | 110011 |
Color Harmonies of #BF4575
Complementary color
Monochromatic Colors of #BF4575
Black with #BF4575
Text Example
Text Example
White with #BF4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4575; }
p { color: rgb(191,69,117); }
H1.HeaderClassName
{
color: #BF4575;
}
.AnyTagClassName
{
color: #BF4575;
}
</style>
background-color css
<style>
a { background-color: #BF4575; }
a { background-color: rgb(191,69,117); }
div.DivClassName
{
background-color: #BF4575;
}
.BgClassName
{
background-color: #BF4575;
}
</style>
border-color css
<style>
span { border-color: #BF4575; }
span { border-color: rgb(191,69,117); }
td.TdClassName
{
border-color: #BF4575;
}
.TagClassName
{
border-color: #BF4575;
}
</style>