Shades of Royal Heath #B05381
Tints of Royal Heath #B05381
RGB
CMYK
RGB Variations
Color information
#B05381 (or 0xB05381) is known color: Royal Heath. HEX triplet: B0, 53 and 81. RGB value is (176,83,129). Sum of RGB (Red+Green+Blue) = 176+83+129=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B05381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05381 is #4FAC7E. Grayscale: #737373. Windows color (decimal): -5221503 or 8475568. OLE color: 8475568.
HSL color Cylindrical-coordinate representation of color #B05381: hue angle of 330.32º 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 #B05381 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 129 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.31 |
| HSL | 330.32º | 0.37% | 0.51% | - |
| HSV(B) | 330.32º | 0.53% | 0.69% | - |
| XYZ | 24.96 | 17 | 22.73 | - |
| YUV | 116.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 129 | 0 | 0.53 | 0.27 | 0.31 | 330.32 | 0.37 | 0.51 |
| Hex | B0 | 53 | 81 | 0 | 35 | 1B | 1F | 14A | 25 | 33 |
| Octal | 260 | 123 | 201 | 0 | 65 | 33 | 37 | 512 | 45 | 63 |
| Binary | 10110000 | 1010011 | 10000001 | 0 | 110101 | 11011 | 11111 | 101001010 | 100101 | 110011 |
Color Harmonies of #B05381
Complementary color
Monochromatic Colors of #B05381
Black with #B05381
Text Example
Text Example
White with #B05381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05381; }
p { color: rgb(176,83,129); }
H1.HeaderClassName
{
color: #B05381;
}
.AnyTagClassName
{
color: #B05381;
}
</style>
background-color css
<style>
a { background-color: #B05381; }
a { background-color: rgb(176,83,129); }
div.DivClassName
{
background-color: #B05381;
}
.BgClassName
{
background-color: #B05381;
}
</style>
border-color css
<style>
span { border-color: #B05381; }
span { border-color: rgb(176,83,129); }
td.TdClassName
{
border-color: #B05381;
}
.TagClassName
{
border-color: #B05381;
}
</style>