Shades of Royal Heath #B6436D
Tints of Royal Heath #B6436D
RGB
CMYK
RGB Variations
Color information
#B6436D (or 0xB6436D) is known color: Royal Heath. HEX triplet: B6, 43 and 6D. RGB value is (182,67,109). Sum of RGB (Red+Green+Blue) = 182+67+109=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6436D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6436D is #49BC92. Grayscale: #6A6A6A. Windows color (decimal): -4832403 or 7160758. OLE color: 7160758.
HSL color Cylindrical-coordinate representation of color #B6436D: hue angle of 338.09º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6436D is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 109 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.29 |
| HSL | 338.09º | 0.46% | 0.49% | - |
| HSV(B) | 338.09º | 0.63% | 0.71% | - |
| XYZ | 24.06 | 15.06 | 16.11 | - |
| YUV | 106.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 109 | 0 | 0.63 | 0.40 | 0.29 | 338.09 | 0.46 | 0.49 |
| Hex | B6 | 43 | 6D | 0 | 3F | 28 | 1D | 152 | 2E | 31 |
| Octal | 266 | 103 | 155 | 0 | 77 | 50 | 35 | 522 | 56 | 61 |
| Binary | 10110110 | 1000011 | 1101101 | 0 | 111111 | 101000 | 11101 | 101010010 | 101110 | 110001 |
Color Harmonies of #B6436D
Complementary color
Monochromatic Colors of #B6436D
Black with #B6436D
Text Example
Text Example
White with #B6436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6436D; }
p { color: rgb(182,67,109); }
H1.HeaderClassName
{
color: #B6436D;
}
.AnyTagClassName
{
color: #B6436D;
}
</style>
background-color css
<style>
a { background-color: #B6436D; }
a { background-color: rgb(182,67,109); }
div.DivClassName
{
background-color: #B6436D;
}
.BgClassName
{
background-color: #B6436D;
}
</style>
border-color css
<style>
span { border-color: #B6436D; }
span { border-color: rgb(182,67,109); }
td.TdClassName
{
border-color: #B6436D;
}
.TagClassName
{
border-color: #B6436D;
}
</style>