Shades of Royal Heath #BF4369
Tints of Royal Heath #BF4369
RGB
CMYK
RGB Variations
Color information
#BF4369 (or 0xBF4369) is known color: Royal Heath. HEX triplet: BF, 43 and 69. RGB value is (191,67,105). Sum of RGB (Red+Green+Blue) = 191+67+105=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4369 is #40BC96. Grayscale: #6C6C6C. Windows color (decimal): -4242583 or 6898623. OLE color: 6898623.
HSL color Cylindrical-coordinate representation of color #BF4369: hue angle of 341.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4369 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 105 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.25 |
| HSL | 341.61º | 0.49% | 0.51% | - |
| HSV(B) | 341.61º | 0.65% | 0.75% | - |
| XYZ | 26.04 | 16.11 | 15.1 | - |
| YUV | 108.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 105 | 0 | 0.65 | 0.45 | 0.25 | 341.61 | 0.49 | 0.51 |
| Hex | BF | 43 | 69 | 0 | 41 | 2D | 19 | 156 | 31 | 33 |
| Octal | 277 | 103 | 151 | 0 | 101 | 55 | 31 | 526 | 61 | 63 |
| Binary | 10111111 | 1000011 | 1101001 | 0 | 1000001 | 101101 | 11001 | 101010110 | 110001 | 110011 |
Color Harmonies of #BF4369
Complementary color
Monochromatic Colors of #BF4369
Black with #BF4369
Text Example
Text Example
White with #BF4369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4369; }
p { color: rgb(191,67,105); }
H1.HeaderClassName
{
color: #BF4369;
}
.AnyTagClassName
{
color: #BF4369;
}
</style>
background-color css
<style>
a { background-color: #BF4369; }
a { background-color: rgb(191,67,105); }
div.DivClassName
{
background-color: #BF4369;
}
.BgClassName
{
background-color: #BF4369;
}
</style>
border-color css
<style>
span { border-color: #BF4369; }
span { border-color: rgb(191,67,105); }
td.TdClassName
{
border-color: #BF4369;
}
.TagClassName
{
border-color: #BF4369;
}
</style>