Shades of Royal Heath #B64669
Tints of Royal Heath #B64669
RGB
CMYK
RGB Variations
Color information
#B64669 (or 0xB64669) is known color: Royal Heath. HEX triplet: B6, 46 and 69. RGB value is (182,70,105). Sum of RGB (Red+Green+Blue) = 182+70+105=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B64669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64669 is #49B996. Grayscale: #6B6B6B. Windows color (decimal): -4831639 or 6899382. OLE color: 6899382.
HSL color Cylindrical-coordinate representation of color #B64669: hue angle of 341.25º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64669 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 105 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.29 |
| HSL | 341.25º | 0.44% | 0.49% | - |
| HSV(B) | 341.25º | 0.62% | 0.71% | - |
| XYZ | 24.03 | 15.35 | 15.06 | - |
| YUV | 107.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 105 | 0 | 0.62 | 0.42 | 0.29 | 341.25 | 0.44 | 0.49 |
| Hex | B6 | 46 | 69 | 0 | 3E | 2A | 1D | 155 | 2C | 31 |
| Octal | 266 | 106 | 151 | 0 | 76 | 52 | 35 | 525 | 54 | 61 |
| Binary | 10110110 | 1000110 | 1101001 | 0 | 111110 | 101010 | 11101 | 101010101 | 101100 | 110001 |
Color Harmonies of #B64669
Complementary color
Monochromatic Colors of #B64669
Black with #B64669
Text Example
Text Example
White with #B64669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64669; }
p { color: rgb(182,70,105); }
H1.HeaderClassName
{
color: #B64669;
}
.AnyTagClassName
{
color: #B64669;
}
</style>
background-color css
<style>
a { background-color: #B64669; }
a { background-color: rgb(182,70,105); }
div.DivClassName
{
background-color: #B64669;
}
.BgClassName
{
background-color: #B64669;
}
</style>
border-color css
<style>
span { border-color: #B64669; }
span { border-color: rgb(182,70,105); }
td.TdClassName
{
border-color: #B64669;
}
.TagClassName
{
border-color: #B64669;
}
</style>