Shades of Royal Heath #B05375
Tints of Royal Heath #B05375
RGB
CMYK
RGB Variations
Color information
#B05375 (or 0xB05375) is known color: Royal Heath. HEX triplet: B0, 53 and 75. RGB value is (176,83,117). Sum of RGB (Red+Green+Blue) = 176+83+117=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B05375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05375 is #4FAC8A. Grayscale: #727272. Windows color (decimal): -5221515 or 7689136. OLE color: 7689136.
HSL color Cylindrical-coordinate representation of color #B05375: hue angle of 338.06º 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 #B05375 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 117 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.31 |
| HSL | 338.06º | 0.37% | 0.51% | - |
| HSV(B) | 338.06º | 0.53% | 0.69% | - |
| XYZ | 24.21 | 16.7 | 18.78 | - |
| YUV | 114.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 117 | 0 | 0.53 | 0.34 | 0.31 | 338.06 | 0.37 | 0.51 |
| Hex | B0 | 53 | 75 | 0 | 35 | 22 | 1F | 152 | 25 | 33 |
| Octal | 260 | 123 | 165 | 0 | 65 | 42 | 37 | 522 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1110101 | 0 | 110101 | 100010 | 11111 | 101010010 | 100101 | 110011 |
Color Harmonies of #B05375
Complementary color
Monochromatic Colors of #B05375
Black with #B05375
Text Example
Text Example
White with #B05375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05375; }
p { color: rgb(176,83,117); }
H1.HeaderClassName
{
color: #B05375;
}
.AnyTagClassName
{
color: #B05375;
}
</style>
background-color css
<style>
a { background-color: #B05375; }
a { background-color: rgb(176,83,117); }
div.DivClassName
{
background-color: #B05375;
}
.BgClassName
{
background-color: #B05375;
}
</style>
border-color css
<style>
span { border-color: #B05375; }
span { border-color: rgb(176,83,117); }
td.TdClassName
{
border-color: #B05375;
}
.TagClassName
{
border-color: #B05375;
}
</style>