Shades of Royal Heath #B64378
Tints of Royal Heath #B64378
RGB
CMYK
RGB Variations
Color information
#B64378 (or 0xB64378) is known color: Royal Heath. HEX triplet: B6, 43 and 78. RGB value is (182,67,120). Sum of RGB (Red+Green+Blue) = 182+67+120=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B64378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64378 is #49BC87. Grayscale: #6B6B6B. Windows color (decimal): -4832392 or 7881654. OLE color: 7881654.
HSL color Cylindrical-coordinate representation of color #B64378: hue angle of 332.35º 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 #B64378 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 120 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.29 |
| HSL | 332.35º | 0.46% | 0.49% | - |
| HSV(B) | 332.35º | 0.63% | 0.71% | - |
| XYZ | 24.69 | 15.32 | 19.42 | - |
| YUV | 107.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 120 | 0 | 0.63 | 0.34 | 0.29 | 332.35 | 0.46 | 0.49 |
| Hex | B6 | 43 | 78 | 0 | 3F | 22 | 1D | 14C | 2E | 31 |
| Octal | 266 | 103 | 170 | 0 | 77 | 42 | 35 | 514 | 56 | 61 |
| Binary | 10110110 | 1000011 | 1111000 | 0 | 111111 | 100010 | 11101 | 101001100 | 101110 | 110001 |
Color Harmonies of #B64378
Complementary color
Monochromatic Colors of #B64378
Black with #B64378
Text Example
Text Example
White with #B64378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64378; }
p { color: rgb(182,67,120); }
H1.HeaderClassName
{
color: #B64378;
}
.AnyTagClassName
{
color: #B64378;
}
</style>
background-color css
<style>
a { background-color: #B64378; }
a { background-color: rgb(182,67,120); }
div.DivClassName
{
background-color: #B64378;
}
.BgClassName
{
background-color: #B64378;
}
</style>
border-color css
<style>
span { border-color: #B64378; }
span { border-color: rgb(182,67,120); }
td.TdClassName
{
border-color: #B64378;
}
.TagClassName
{
border-color: #B64378;
}
</style>