Shades of Royal Heath #B74375
Tints of Royal Heath #B74375
RGB
CMYK
RGB Variations
Color information
#B74375 (or 0xB74375) is known color: Royal Heath. HEX triplet: B7, 43 and 75. RGB value is (183,67,117). Sum of RGB (Red+Green+Blue) = 183+67+117=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B74375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74375 is #48BC8A. Grayscale: #6B6B6B. Windows color (decimal): -4766859 or 7685047. OLE color: 7685047.
HSL color Cylindrical-coordinate representation of color #B74375: hue angle of 334.14º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74375 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 117 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.28 |
| HSL | 334.14º | 0.46% | 0.49% | - |
| HSV(B) | 334.14º | 0.63% | 0.72% | - |
| XYZ | 24.75 | 15.37 | 18.49 | - |
| YUV | 107.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 117 | 0 | 0.63 | 0.36 | 0.28 | 334.14 | 0.46 | 0.49 |
| Hex | B7 | 43 | 75 | 0 | 3F | 24 | 1C | 14E | 2E | 31 |
| Octal | 267 | 103 | 165 | 0 | 77 | 44 | 34 | 516 | 56 | 61 |
| Binary | 10110111 | 1000011 | 1110101 | 0 | 111111 | 100100 | 11100 | 101001110 | 101110 | 110001 |
Color Harmonies of #B74375
Complementary color
Monochromatic Colors of #B74375
Black with #B74375
Text Example
Text Example
White with #B74375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74375; }
p { color: rgb(183,67,117); }
H1.HeaderClassName
{
color: #B74375;
}
.AnyTagClassName
{
color: #B74375;
}
</style>
background-color css
<style>
a { background-color: #B74375; }
a { background-color: rgb(183,67,117); }
div.DivClassName
{
background-color: #B74375;
}
.BgClassName
{
background-color: #B74375;
}
</style>
border-color css
<style>
span { border-color: #B74375; }
span { border-color: rgb(183,67,117); }
td.TdClassName
{
border-color: #B74375;
}
.TagClassName
{
border-color: #B74375;
}
</style>