Shades of Royal Heath #B74B6C
Tints of Royal Heath #B74B6C
RGB
CMYK
RGB Variations
Color information
#B74B6C (or 0xB74B6C) is known color: Royal Heath. HEX triplet: B7, 4B and 6C. RGB value is (183,75,108). Sum of RGB (Red+Green+Blue) = 183+75+108=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B6C is #48B493. Grayscale: #6F6F6F. Windows color (decimal): -4764820 or 7097271. OLE color: 7097271.
HSL color Cylindrical-coordinate representation of color #B74B6C: hue angle of 341.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74B6C is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 108 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.28 |
| HSL | 341.67º | 0.43% | 0.51% | - |
| HSV(B) | 341.67º | 0.59% | 0.72% | - |
| XYZ | 24.75 | 16.18 | 16.01 | - |
| YUV | 111.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 108 | 0 | 0.59 | 0.41 | 0.28 | 341.67 | 0.43 | 0.51 |
| Hex | B7 | 4B | 6C | 0 | 3B | 29 | 1C | 156 | 2B | 33 |
| Octal | 267 | 113 | 154 | 0 | 73 | 51 | 34 | 526 | 53 | 63 |
| Binary | 10110111 | 1001011 | 1101100 | 0 | 111011 | 101001 | 11100 | 101010110 | 101011 | 110011 |
Color Harmonies of #B74B6C
Complementary color
Monochromatic Colors of #B74B6C
Black with #B74B6C
Text Example
Text Example
White with #B74B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B6C; }
p { color: rgb(183,75,108); }
H1.HeaderClassName
{
color: #B74B6C;
}
.AnyTagClassName
{
color: #B74B6C;
}
</style>
background-color css
<style>
a { background-color: #B74B6C; }
a { background-color: rgb(183,75,108); }
div.DivClassName
{
background-color: #B74B6C;
}
.BgClassName
{
background-color: #B74B6C;
}
</style>
border-color css
<style>
span { border-color: #B74B6C; }
span { border-color: rgb(183,75,108); }
td.TdClassName
{
border-color: #B74B6C;
}
.TagClassName
{
border-color: #B74B6C;
}
</style>