Shades of Royal Heath #BF3C6A
Tints of Royal Heath #BF3C6A
RGB
CMYK
RGB Variations
Color information
#BF3C6A (or 0xBF3C6A) is known color: Royal Heath. HEX triplet: BF, 3C and 6A. RGB value is (191,60,106). Sum of RGB (Red+Green+Blue) = 191+60+106=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C6A is #40C395. Grayscale: #686868. Windows color (decimal): -4244374 or 6962367. OLE color: 6962367.
HSL color Cylindrical-coordinate representation of color #BF3C6A: hue angle of 338.93º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C6A is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 106 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.25 |
| HSL | 338.93º | 0.52% | 0.49% | - |
| HSV(B) | 338.93º | 0.69% | 0.75% | - |
| XYZ | 25.7 | 15.35 | 15.24 | - |
| YUV | 104.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 106 | 0 | 0.69 | 0.45 | 0.25 | 338.93 | 0.52 | 0.49 |
| Hex | BF | 3C | 6A | 0 | 45 | 2D | 19 | 153 | 34 | 31 |
| Octal | 277 | 74 | 152 | 0 | 105 | 55 | 31 | 523 | 64 | 61 |
| Binary | 10111111 | 111100 | 1101010 | 0 | 1000101 | 101101 | 11001 | 101010011 | 110100 | 110001 |
Color Harmonies of #BF3C6A
Complementary color
Monochromatic Colors of #BF3C6A
Black with #BF3C6A
Text Example
Text Example
White with #BF3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C6A; }
p { color: rgb(191,60,106); }
H1.HeaderClassName
{
color: #BF3C6A;
}
.AnyTagClassName
{
color: #BF3C6A;
}
</style>
background-color css
<style>
a { background-color: #BF3C6A; }
a { background-color: rgb(191,60,106); }
div.DivClassName
{
background-color: #BF3C6A;
}
.BgClassName
{
background-color: #BF3C6A;
}
</style>
border-color css
<style>
span { border-color: #BF3C6A; }
span { border-color: rgb(191,60,106); }
td.TdClassName
{
border-color: #BF3C6A;
}
.TagClassName
{
border-color: #BF3C6A;
}
</style>