Shades of Royal Heath #B05A7B
Tints of Royal Heath #B05A7B
RGB
CMYK
RGB Variations
Color information
#B05A7B (or 0xB05A7B) is known color: Royal Heath. HEX triplet: B0, 5A and 7B. RGB value is (176,90,123). Sum of RGB (Red+Green+Blue) = 176+90+123=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A7B is #4FA584. Grayscale: #777777. Windows color (decimal): -5219717 or 8084144. OLE color: 8084144.
HSL color Cylindrical-coordinate representation of color #B05A7B: hue angle of 336.98º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A7B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 123 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.31 |
| HSL | 336.98º | 0.35% | 0.52% | - |
| HSV(B) | 336.98º | 0.49% | 0.69% | - |
| XYZ | 25.14 | 17.97 | 20.88 | - |
| YUV | 119.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 123 | 0 | 0.49 | 0.30 | 0.31 | 336.98 | 0.35 | 0.52 |
| Hex | B0 | 5A | 7B | 0 | 31 | 1E | 1F | 151 | 23 | 34 |
| Octal | 260 | 132 | 173 | 0 | 61 | 36 | 37 | 521 | 43 | 64 |
| Binary | 10110000 | 1011010 | 1111011 | 0 | 110001 | 11110 | 11111 | 101010001 | 100011 | 110100 |
Color Harmonies of #B05A7B
Complementary color
Monochromatic Colors of #B05A7B
Black with #B05A7B
Text Example
Text Example
White with #B05A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A7B; }
p { color: rgb(176,90,123); }
H1.HeaderClassName
{
color: #B05A7B;
}
.AnyTagClassName
{
color: #B05A7B;
}
</style>
background-color css
<style>
a { background-color: #B05A7B; }
a { background-color: rgb(176,90,123); }
div.DivClassName
{
background-color: #B05A7B;
}
.BgClassName
{
background-color: #B05A7B;
}
</style>
border-color css
<style>
span { border-color: #B05A7B; }
span { border-color: rgb(176,90,123); }
td.TdClassName
{
border-color: #B05A7B;
}
.TagClassName
{
border-color: #B05A7B;
}
</style>