Shades of Royal Heath #BD4268
Tints of Royal Heath #BD4268
RGB
CMYK
RGB Variations
Color information
#BD4268 (or 0xBD4268) is known color: Royal Heath. HEX triplet: BD, 42 and 68. RGB value is (189,66,104). Sum of RGB (Red+Green+Blue) = 189+66+104=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4268 is #42BD97. Grayscale: #6B6B6B. Windows color (decimal): -4373912 or 6832829. OLE color: 6832829.
HSL color Cylindrical-coordinate representation of color #BD4268: hue angle of 341.46º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4268 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 104 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.26 |
| HSL | 341.46º | 0.48% | 0.5% | - |
| HSV(B) | 341.46º | 0.65% | 0.74% | - |
| XYZ | 25.43 | 15.71 | 14.79 | - |
| YUV | 107.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 104 | 0 | 0.65 | 0.45 | 0.26 | 341.46 | 0.48 | 0.5 |
| Hex | BD | 42 | 68 | 0 | 41 | 2D | 1A | 155 | 30 | 32 |
| Octal | 275 | 102 | 150 | 0 | 101 | 55 | 32 | 525 | 60 | 62 |
| Binary | 10111101 | 1000010 | 1101000 | 0 | 1000001 | 101101 | 11010 | 101010101 | 110000 | 110010 |
Color Harmonies of #BD4268
Complementary color
Monochromatic Colors of #BD4268
Black with #BD4268
Text Example
Text Example
White with #BD4268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4268; }
p { color: rgb(189,66,104); }
H1.HeaderClassName
{
color: #BD4268;
}
.AnyTagClassName
{
color: #BD4268;
}
</style>
background-color css
<style>
a { background-color: #BD4268; }
a { background-color: rgb(189,66,104); }
div.DivClassName
{
background-color: #BD4268;
}
.BgClassName
{
background-color: #BD4268;
}
</style>
border-color css
<style>
span { border-color: #BD4268; }
span { border-color: rgb(189,66,104); }
td.TdClassName
{
border-color: #BD4268;
}
.TagClassName
{
border-color: #BD4268;
}
</style>