Shades of Royal Heath #B24769
Tints of Royal Heath #B24769
RGB
CMYK
RGB Variations
Color information
#B24769 (or 0xB24769) is known color: Royal Heath. HEX triplet: B2, 47 and 69. RGB value is (178,71,105). Sum of RGB (Red+Green+Blue) = 178+71+105=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B24769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24769 is #4DB896. Grayscale: #6A6A6A. Windows color (decimal): -5093527 or 6899634. OLE color: 6899634.
HSL color Cylindrical-coordinate representation of color #B24769: hue angle of 340.93º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24769 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 105 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.30 |
| HSL | 340.93º | 0.43% | 0.49% | - |
| HSV(B) | 340.93º | 0.6% | 0.7% | - |
| XYZ | 23.16 | 14.99 | 15.04 | - |
| YUV | 106.87 | 126.95 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 105 | 0 | 0.60 | 0.41 | 0.30 | 340.93 | 0.43 | 0.49 |
| Hex | B2 | 47 | 69 | 0 | 3C | 29 | 1E | 155 | 2B | 31 |
| Octal | 262 | 107 | 151 | 0 | 74 | 51 | 36 | 525 | 53 | 61 |
| Binary | 10110010 | 1000111 | 1101001 | 0 | 111100 | 101001 | 11110 | 101010101 | 101011 | 110001 |
Color Harmonies of #B24769
Complementary color
Monochromatic Colors of #B24769
Black with #B24769
Text Example
Text Example
White with #B24769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24769; }
p { color: rgb(178,71,105); }
H1.HeaderClassName
{
color: #B24769;
}
.AnyTagClassName
{
color: #B24769;
}
</style>
background-color css
<style>
a { background-color: #B24769; }
a { background-color: rgb(178,71,105); }
div.DivClassName
{
background-color: #B24769;
}
.BgClassName
{
background-color: #B24769;
}
</style>
border-color css
<style>
span { border-color: #B24769; }
span { border-color: rgb(178,71,105); }
td.TdClassName
{
border-color: #B24769;
}
.TagClassName
{
border-color: #B24769;
}
</style>