Shades of Royal Heath #B2446D
Tints of Royal Heath #B2446D
RGB
CMYK
RGB Variations
Color information
#B2446D (or 0xB2446D) is known color: Royal Heath. HEX triplet: B2, 44 and 6D. RGB value is (178,68,109). Sum of RGB (Red+Green+Blue) = 178+68+109=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2446D is #4DBB92. Grayscale: #696969. Windows color (decimal): -5094291 or 7161010. OLE color: 7161010.
HSL color Cylindrical-coordinate representation of color #B2446D: hue angle of 337.64º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2446D is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 109 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.30 |
| HSL | 337.64º | 0.45% | 0.48% | - |
| HSV(B) | 337.64º | 0.62% | 0.7% | - |
| XYZ | 23.19 | 14.7 | 16.08 | - |
| YUV | 105.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 109 | 0 | 0.62 | 0.39 | 0.30 | 337.64 | 0.45 | 0.48 |
| Hex | B2 | 44 | 6D | 0 | 3E | 27 | 1E | 152 | 2D | 30 |
| Octal | 262 | 104 | 155 | 0 | 76 | 47 | 36 | 522 | 55 | 60 |
| Binary | 10110010 | 1000100 | 1101101 | 0 | 111110 | 100111 | 11110 | 101010010 | 101101 | 110000 |
Color Harmonies of #B2446D
Complementary color
Monochromatic Colors of #B2446D
Black with #B2446D
Text Example
Text Example
White with #B2446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2446D; }
p { color: rgb(178,68,109); }
H1.HeaderClassName
{
color: #B2446D;
}
.AnyTagClassName
{
color: #B2446D;
}
</style>
background-color css
<style>
a { background-color: #B2446D; }
a { background-color: rgb(178,68,109); }
div.DivClassName
{
background-color: #B2446D;
}
.BgClassName
{
background-color: #B2446D;
}
</style>
border-color css
<style>
span { border-color: #B2446D; }
span { border-color: rgb(178,68,109); }
td.TdClassName
{
border-color: #B2446D;
}
.TagClassName
{
border-color: #B2446D;
}
</style>