Shades of Royal Heath #B3486F
Tints of Royal Heath #B3486F
RGB
CMYK
RGB Variations
Color information
#B3486F (or 0xB3486F) is known color: Royal Heath. HEX triplet: B3, 48 and 6F. RGB value is (179,72,111). Sum of RGB (Red+Green+Blue) = 179+72+111=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B3486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3486F is #4CB790. Grayscale: #6C6C6C. Windows color (decimal): -5027729 or 7293107. OLE color: 7293107.
HSL color Cylindrical-coordinate representation of color #B3486F: hue angle of 338.13º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3486F is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 111 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.30 |
| HSL | 338.13º | 0.43% | 0.49% | - |
| HSV(B) | 338.13º | 0.6% | 0.7% | - |
| XYZ | 23.78 | 15.37 | 16.75 | - |
| YUV | 108.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 111 | 0 | 0.60 | 0.38 | 0.30 | 338.13 | 0.43 | 0.49 |
| Hex | B3 | 48 | 6F | 0 | 3C | 26 | 1E | 152 | 2B | 31 |
| Octal | 263 | 110 | 157 | 0 | 74 | 46 | 36 | 522 | 53 | 61 |
| Binary | 10110011 | 1001000 | 1101111 | 0 | 111100 | 100110 | 11110 | 101010010 | 101011 | 110001 |
Color Harmonies of #B3486F
Complementary color
Monochromatic Colors of #B3486F
Black with #B3486F
Text Example
Text Example
White with #B3486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3486F; }
p { color: rgb(179,72,111); }
H1.HeaderClassName
{
color: #B3486F;
}
.AnyTagClassName
{
color: #B3486F;
}
</style>
background-color css
<style>
a { background-color: #B3486F; }
a { background-color: rgb(179,72,111); }
div.DivClassName
{
background-color: #B3486F;
}
.BgClassName
{
background-color: #B3486F;
}
</style>
border-color css
<style>
span { border-color: #B3486F; }
span { border-color: rgb(179,72,111); }
td.TdClassName
{
border-color: #B3486F;
}
.TagClassName
{
border-color: #B3486F;
}
</style>