Shades of Royal Heath #BF436B
Tints of Royal Heath #BF436B
RGB
CMYK
RGB Variations
Color information
#BF436B (or 0xBF436B) is known color: Royal Heath. HEX triplet: BF, 43 and 6B. RGB value is (191,67,107). Sum of RGB (Red+Green+Blue) = 191+67+107=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF436B is #40BC94. Grayscale: #6C6C6C. Windows color (decimal): -4242581 or 7029695. OLE color: 7029695.
HSL color Cylindrical-coordinate representation of color #BF436B: hue angle of 340.65º 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 #BF436B is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 107 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.25 |
| HSL | 340.65º | 0.49% | 0.51% | - |
| HSV(B) | 340.65º | 0.65% | 0.75% | - |
| XYZ | 26.15 | 16.15 | 15.65 | - |
| YUV | 108.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 107 | 0 | 0.65 | 0.44 | 0.25 | 340.65 | 0.49 | 0.51 |
| Hex | BF | 43 | 6B | 0 | 41 | 2C | 19 | 155 | 31 | 33 |
| Octal | 277 | 103 | 153 | 0 | 101 | 54 | 31 | 525 | 61 | 63 |
| Binary | 10111111 | 1000011 | 1101011 | 0 | 1000001 | 101100 | 11001 | 101010101 | 110001 | 110011 |
Color Harmonies of #BF436B
Complementary color
Monochromatic Colors of #BF436B
Black with #BF436B
Text Example
Text Example
White with #BF436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF436B; }
p { color: rgb(191,67,107); }
H1.HeaderClassName
{
color: #BF436B;
}
.AnyTagClassName
{
color: #BF436B;
}
</style>
background-color css
<style>
a { background-color: #BF436B; }
a { background-color: rgb(191,67,107); }
div.DivClassName
{
background-color: #BF436B;
}
.BgClassName
{
background-color: #BF436B;
}
</style>
border-color css
<style>
span { border-color: #BF436B; }
span { border-color: rgb(191,67,107); }
td.TdClassName
{
border-color: #BF436B;
}
.TagClassName
{
border-color: #BF436B;
}
</style>