Shades of Royal Heath #B2476B
Tints of Royal Heath #B2476B
RGB
CMYK
RGB Variations
Color information
#B2476B (or 0xB2476B) is known color: Royal Heath. HEX triplet: B2, 47 and 6B. RGB value is (178,71,107). Sum of RGB (Red+Green+Blue) = 178+71+107=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2476B is #4DB894. Grayscale: #6B6B6B. Windows color (decimal): -5093525 or 7030706. OLE color: 7030706.
HSL color Cylindrical-coordinate representation of color #B2476B: hue angle of 339.81º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2476B is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 107 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.30 |
| HSL | 339.81º | 0.43% | 0.49% | - |
| HSV(B) | 339.81º | 0.6% | 0.7% | - |
| XYZ | 23.27 | 15.03 | 15.59 | - |
| YUV | 107.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 107 | 0 | 0.60 | 0.40 | 0.30 | 339.81 | 0.43 | 0.49 |
| Hex | B2 | 47 | 6B | 0 | 3C | 28 | 1E | 154 | 2B | 31 |
| Octal | 262 | 107 | 153 | 0 | 74 | 50 | 36 | 524 | 53 | 61 |
| Binary | 10110010 | 1000111 | 1101011 | 0 | 111100 | 101000 | 11110 | 101010100 | 101011 | 110001 |
Color Harmonies of #B2476B
Complementary color
Monochromatic Colors of #B2476B
Black with #B2476B
Text Example
Text Example
White with #B2476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2476B; }
p { color: rgb(178,71,107); }
H1.HeaderClassName
{
color: #B2476B;
}
.AnyTagClassName
{
color: #B2476B;
}
</style>
background-color css
<style>
a { background-color: #B2476B; }
a { background-color: rgb(178,71,107); }
div.DivClassName
{
background-color: #B2476B;
}
.BgClassName
{
background-color: #B2476B;
}
</style>
border-color css
<style>
span { border-color: #B2476B; }
span { border-color: rgb(178,71,107); }
td.TdClassName
{
border-color: #B2476B;
}
.TagClassName
{
border-color: #B2476B;
}
</style>