Shades of Royal Heath #B74270
Tints of Royal Heath #B74270
RGB
CMYK
RGB Variations
Color information
#B74270 (or 0xB74270) is known color: Royal Heath. HEX triplet: B7, 42 and 70. RGB value is (183,66,112). Sum of RGB (Red+Green+Blue) = 183+66+112=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B74270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74270 is #48BD8F. Grayscale: #6A6A6A. Windows color (decimal): -4767120 or 7357111. OLE color: 7357111.
HSL color Cylindrical-coordinate representation of color #B74270: hue angle of 336.41º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74270 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 112 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.28 |
| HSL | 336.41º | 0.47% | 0.49% | - |
| HSV(B) | 336.41º | 0.64% | 0.72% | - |
| XYZ | 24.4 | 15.13 | 16.96 | - |
| YUV | 106.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 112 | 0 | 0.64 | 0.39 | 0.28 | 336.41 | 0.47 | 0.49 |
| Hex | B7 | 42 | 70 | 0 | 40 | 27 | 1C | 150 | 2F | 31 |
| Octal | 267 | 102 | 160 | 0 | 100 | 47 | 34 | 520 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1110000 | 0 | 1000000 | 100111 | 11100 | 101010000 | 101111 | 110001 |
Color Harmonies of #B74270
Complementary color
Monochromatic Colors of #B74270
Black with #B74270
Text Example
Text Example
White with #B74270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74270; }
p { color: rgb(183,66,112); }
H1.HeaderClassName
{
color: #B74270;
}
.AnyTagClassName
{
color: #B74270;
}
</style>
background-color css
<style>
a { background-color: #B74270; }
a { background-color: rgb(183,66,112); }
div.DivClassName
{
background-color: #B74270;
}
.BgClassName
{
background-color: #B74270;
}
</style>
border-color css
<style>
span { border-color: #B74270; }
span { border-color: rgb(183,66,112); }
td.TdClassName
{
border-color: #B74270;
}
.TagClassName
{
border-color: #B74270;
}
</style>