Shades of Royal Heath #B05382
Tints of Royal Heath #B05382
RGB
CMYK
RGB Variations
Color information
#B05382 (or 0xB05382) is known color: Royal Heath. HEX triplet: B0, 53 and 82. RGB value is (176,83,130). Sum of RGB (Red+Green+Blue) = 176+83+130=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05382 is #4FAC7D. Grayscale: #747474. Windows color (decimal): -5221502 or 8541104. OLE color: 8541104.
HSL color Cylindrical-coordinate representation of color #B05382: hue angle of 329.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05382 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 83 | 130 | - |
CMYK | 0 | 0.53 | 0.26 | 0.31 |
HSL | 329.68º | 0.37% | 0.51% | - |
HSV(B) | 329.68º | 0.53% | 0.69% | - |
XYZ | 25.03 | 17.03 | 23.09 | - |
YUV | 116.17 | 135.81 | 170.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 83 | 130 | 0 | 0.53 | 0.26 | 0.31 | 329.68 | 0.37 | 0.51 |
Hex | B0 | 53 | 82 | 0 | 35 | 1A | 1F | 14A | 25 | 33 |
Octal | 260 | 123 | 202 | 0 | 65 | 32 | 37 | 512 | 45 | 63 |
Binary | 10110000 | 1010011 | 10000010 | 0 | 110101 | 11010 | 11111 | 101001010 | 100101 | 110011 |
Color Harmonies of #B05382
Complementary color
Monochromatic Colors of #B05382
Black with #B05382
Text Example
Text Example
White with #B05382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05382; }
p { color: rgb(176,83,130); }
H1.HeaderClassName
{
color: #B05382;
}
.AnyTagClassName
{
color: #B05382;
}
</style>
background-color css
<style>
a { background-color: #B05382; }
a { background-color: rgb(176,83,130); }
div.DivClassName
{
background-color: #B05382;
}
.BgClassName
{
background-color: #B05382;
}
</style>
border-color css
<style>
span { border-color: #B05382; }
span { border-color: rgb(176,83,130); }
td.TdClassName
{
border-color: #B05382;
}
.TagClassName
{
border-color: #B05382;
}
</style>