Shades of Royal Heath #B74469
Tints of Royal Heath #B74469
RGB
CMYK
RGB Variations
Color information
#B74469 (or 0xB74469) is known color: Royal Heath. HEX triplet: B7, 44 and 69. RGB value is (183,68,105). Sum of RGB (Red+Green+Blue) = 183+68+105=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B74469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74469 is #48BB96. Grayscale: #6A6A6A. Windows color (decimal): -4766615 or 6898871. OLE color: 6898871.
HSL color Cylindrical-coordinate representation of color #B74469: hue angle of 340.7º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74469 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 105 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.28 |
| HSL | 340.7º | 0.46% | 0.49% | - |
| HSV(B) | 340.7º | 0.63% | 0.72% | - |
| XYZ | 24.15 | 15.22 | 15.03 | - |
| YUV | 106.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 105 | 0 | 0.63 | 0.43 | 0.28 | 340.7 | 0.46 | 0.49 |
| Hex | B7 | 44 | 69 | 0 | 3F | 2B | 1C | 155 | 2E | 31 |
| Octal | 267 | 104 | 151 | 0 | 77 | 53 | 34 | 525 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1101001 | 0 | 111111 | 101011 | 11100 | 101010101 | 101110 | 110001 |
Color Harmonies of #B74469
Complementary color
Monochromatic Colors of #B74469
Black with #B74469
Text Example
Text Example
White with #B74469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74469; }
p { color: rgb(183,68,105); }
H1.HeaderClassName
{
color: #B74469;
}
.AnyTagClassName
{
color: #B74469;
}
</style>
background-color css
<style>
a { background-color: #B74469; }
a { background-color: rgb(183,68,105); }
div.DivClassName
{
background-color: #B74469;
}
.BgClassName
{
background-color: #B74469;
}
</style>
border-color css
<style>
span { border-color: #B74469; }
span { border-color: rgb(183,68,105); }
td.TdClassName
{
border-color: #B74469;
}
.TagClassName
{
border-color: #B74469;
}
</style>