Shades of Royal Heath #B2506E
Tints of Royal Heath #B2506E
RGB
CMYK
RGB Variations
Color information
#B2506E (or 0xB2506E) is known color: Royal Heath. HEX triplet: B2, 50 and 6E. RGB value is (178,80,110). Sum of RGB (Red+Green+Blue) = 178+80+110=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2506E is #4DAF91. Grayscale: #707070. Windows color (decimal): -5091218 or 7229618. OLE color: 7229618.
HSL color Cylindrical-coordinate representation of color #B2506E: hue angle of 341.63º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2506E is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 110 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.30 |
| HSL | 341.63º | 0.39% | 0.51% | - |
| HSV(B) | 341.63º | 0.55% | 0.7% | - |
| XYZ | 24.04 | 16.33 | 16.64 | - |
| YUV | 112.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 110 | 0 | 0.55 | 0.38 | 0.30 | 341.63 | 0.39 | 0.51 |
| Hex | B2 | 50 | 6E | 0 | 37 | 26 | 1E | 156 | 27 | 33 |
| Octal | 262 | 120 | 156 | 0 | 67 | 46 | 36 | 526 | 47 | 63 |
| Binary | 10110010 | 1010000 | 1101110 | 0 | 110111 | 100110 | 11110 | 101010110 | 100111 | 110011 |
Color Harmonies of #B2506E
Complementary color
Monochromatic Colors of #B2506E
Black with #B2506E
Text Example
Text Example
White with #B2506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2506E; }
p { color: rgb(178,80,110); }
H1.HeaderClassName
{
color: #B2506E;
}
.AnyTagClassName
{
color: #B2506E;
}
</style>
background-color css
<style>
a { background-color: #B2506E; }
a { background-color: rgb(178,80,110); }
div.DivClassName
{
background-color: #B2506E;
}
.BgClassName
{
background-color: #B2506E;
}
</style>
border-color css
<style>
span { border-color: #B2506E; }
span { border-color: rgb(178,80,110); }
td.TdClassName
{
border-color: #B2506E;
}
.TagClassName
{
border-color: #B2506E;
}
</style>