Shades of Royal Heath #BF386B
Tints of Royal Heath #BF386B
RGB
CMYK
RGB Variations
Color information
#BF386B (or 0xBF386B) is known color: Royal Heath. HEX triplet: BF, 38 and 6B. RGB value is (191,56,107). Sum of RGB (Red+Green+Blue) = 191+56+107=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF386B is #40C794. Grayscale: #666666. Windows color (decimal): -4245397 or 7026879. OLE color: 7026879.
HSL color Cylindrical-coordinate representation of color #BF386B: hue angle of 337.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF386B is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 107 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.25 |
| HSL | 337.33º | 0.55% | 0.48% | - |
| HSV(B) | 337.33º | 0.71% | 0.75% | - |
| XYZ | 25.55 | 14.97 | 15.45 | - |
| YUV | 102.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 107 | 0 | 0.71 | 0.44 | 0.25 | 337.33 | 0.55 | 0.48 |
| Hex | BF | 38 | 6B | 0 | 47 | 2C | 19 | 151 | 37 | 30 |
| Octal | 277 | 70 | 153 | 0 | 107 | 54 | 31 | 521 | 67 | 60 |
| Binary | 10111111 | 111000 | 1101011 | 0 | 1000111 | 101100 | 11001 | 101010001 | 110111 | 110000 |
Color Harmonies of #BF386B
Complementary color
Monochromatic Colors of #BF386B
Black with #BF386B
Text Example
Text Example
White with #BF386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF386B; }
p { color: rgb(191,56,107); }
H1.HeaderClassName
{
color: #BF386B;
}
.AnyTagClassName
{
color: #BF386B;
}
</style>
background-color css
<style>
a { background-color: #BF386B; }
a { background-color: rgb(191,56,107); }
div.DivClassName
{
background-color: #BF386B;
}
.BgClassName
{
background-color: #BF386B;
}
</style>
border-color css
<style>
span { border-color: #BF386B; }
span { border-color: rgb(191,56,107); }
td.TdClassName
{
border-color: #BF386B;
}
.TagClassName
{
border-color: #BF386B;
}
</style>