Shades of Royal Heath #B05274
Tints of Royal Heath #B05274
RGB
CMYK
RGB Variations
Color information
#B05274 (or 0xB05274) is known color: Royal Heath. HEX triplet: B0, 52 and 74. RGB value is (176,82,116). Sum of RGB (Red+Green+Blue) = 176+82+116=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B05274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05274 is #4FAD8B. Grayscale: #717171. Windows color (decimal): -5221772 or 7623344. OLE color: 7623344.
HSL color Cylindrical-coordinate representation of color #B05274: hue angle of 338.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05274 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 116 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.31 |
| HSL | 338.3º | 0.37% | 0.51% | - |
| HSV(B) | 338.3º | 0.53% | 0.69% | - |
| XYZ | 24.07 | 16.53 | 18.44 | - |
| YUV | 113.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 116 | 0 | 0.53 | 0.34 | 0.31 | 338.3 | 0.37 | 0.51 |
| Hex | B0 | 52 | 74 | 0 | 35 | 22 | 1F | 152 | 25 | 33 |
| Octal | 260 | 122 | 164 | 0 | 65 | 42 | 37 | 522 | 45 | 63 |
| Binary | 10110000 | 1010010 | 1110100 | 0 | 110101 | 100010 | 11111 | 101010010 | 100101 | 110011 |
Color Harmonies of #B05274
Complementary color
Monochromatic Colors of #B05274
Black with #B05274
Text Example
Text Example
White with #B05274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05274; }
p { color: rgb(176,82,116); }
H1.HeaderClassName
{
color: #B05274;
}
.AnyTagClassName
{
color: #B05274;
}
</style>
background-color css
<style>
a { background-color: #B05274; }
a { background-color: rgb(176,82,116); }
div.DivClassName
{
background-color: #B05274;
}
.BgClassName
{
background-color: #B05274;
}
</style>
border-color css
<style>
span { border-color: #B05274; }
span { border-color: rgb(176,82,116); }
td.TdClassName
{
border-color: #B05274;
}
.TagClassName
{
border-color: #B05274;
}
</style>