Shades of Royal Heath #B64370
Tints of Royal Heath #B64370
RGB
CMYK
RGB Variations
Color information
#B64370 (or 0xB64370) is known color: Royal Heath. HEX triplet: B6, 43 and 70. RGB value is (182,67,112). Sum of RGB (Red+Green+Blue) = 182+67+112=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B64370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64370 is #49BC8F. Grayscale: #6A6A6A. Windows color (decimal): -4832400 or 7357366. OLE color: 7357366.
HSL color Cylindrical-coordinate representation of color #B64370: hue angle of 336.52º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64370 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 112 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.29 |
| HSL | 336.52º | 0.46% | 0.49% | - |
| HSV(B) | 336.52º | 0.63% | 0.71% | - |
| XYZ | 24.22 | 15.13 | 16.97 | - |
| YUV | 106.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 112 | 0 | 0.63 | 0.38 | 0.29 | 336.52 | 0.46 | 0.49 |
| Hex | B6 | 43 | 70 | 0 | 3F | 26 | 1D | 151 | 2E | 31 |
| Octal | 266 | 103 | 160 | 0 | 77 | 46 | 35 | 521 | 56 | 61 |
| Binary | 10110110 | 1000011 | 1110000 | 0 | 111111 | 100110 | 11101 | 101010001 | 101110 | 110001 |
Color Harmonies of #B64370
Complementary color
Monochromatic Colors of #B64370
Black with #B64370
Text Example
Text Example
White with #B64370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64370; }
p { color: rgb(182,67,112); }
H1.HeaderClassName
{
color: #B64370;
}
.AnyTagClassName
{
color: #B64370;
}
</style>
background-color css
<style>
a { background-color: #B64370; }
a { background-color: rgb(182,67,112); }
div.DivClassName
{
background-color: #B64370;
}
.BgClassName
{
background-color: #B64370;
}
</style>
border-color css
<style>
span { border-color: #B64370; }
span { border-color: rgb(182,67,112); }
td.TdClassName
{
border-color: #B64370;
}
.TagClassName
{
border-color: #B64370;
}
</style>