Shades of Royal Heath #B35075
Tints of Royal Heath #B35075
RGB
CMYK
RGB Variations
Color information
#B35075 (or 0xB35075) is known color: Royal Heath. HEX triplet: B3, 50 and 75. RGB value is (179,80,117). Sum of RGB (Red+Green+Blue) = 179+80+117=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B35075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35075 is #4CAF8A. Grayscale: #717171. Windows color (decimal): -5025675 or 7688371. OLE color: 7688371.
HSL color Cylindrical-coordinate representation of color #B35075: hue angle of 337.58º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35075 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 117 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.30 |
| HSL | 337.58º | 0.39% | 0.51% | - |
| HSV(B) | 337.58º | 0.55% | 0.7% | - |
| XYZ | 24.67 | 16.61 | 18.73 | - |
| YUV | 113.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 117 | 0 | 0.55 | 0.35 | 0.30 | 337.58 | 0.39 | 0.51 |
| Hex | B3 | 50 | 75 | 0 | 37 | 23 | 1E | 152 | 27 | 33 |
| Octal | 263 | 120 | 165 | 0 | 67 | 43 | 36 | 522 | 47 | 63 |
| Binary | 10110011 | 1010000 | 1110101 | 0 | 110111 | 100011 | 11110 | 101010010 | 100111 | 110011 |
Color Harmonies of #B35075
Complementary color
Monochromatic Colors of #B35075
Black with #B35075
Text Example
Text Example
White with #B35075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35075; }
p { color: rgb(179,80,117); }
H1.HeaderClassName
{
color: #B35075;
}
.AnyTagClassName
{
color: #B35075;
}
</style>
background-color css
<style>
a { background-color: #B35075; }
a { background-color: rgb(179,80,117); }
div.DivClassName
{
background-color: #B35075;
}
.BgClassName
{
background-color: #B35075;
}
</style>
border-color css
<style>
span { border-color: #B35075; }
span { border-color: rgb(179,80,117); }
td.TdClassName
{
border-color: #B35075;
}
.TagClassName
{
border-color: #B35075;
}
</style>