Shades of Christine #B55E16
Tints of Christine #B55E16
RGB
CMYK
RGB Variations
Color information
#B55E16 (or 0xB55E16) is known color: Christine. HEX triplet: B5, 5E and 16. RGB value is (181,94,22). Sum of RGB (Red+Green+Blue) = 181+94+22=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55E16 is #4AA1E9. Grayscale: #707070. Windows color (decimal): -4891114 or 1466037. OLE color: 1466037.
HSL color Cylindrical-coordinate representation of color #B55E16: hue angle of 27.17º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B55E16 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 22 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.29 |
| HSL | 27.17º | 0.78% | 0.4% | - |
| HSV(B) | 27.17º | 0.88% | 0.71% | - |
| XYZ | 23.2 | 17.89 | 2.99 | - |
| YUV | 111.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 22 | 0 | 0.48 | 0.88 | 0.29 | 27.17 | 0.78 | 0.4 |
| Hex | B5 | 5E | 16 | 0 | 30 | 58 | 1D | 1B | 4E | 28 |
| Octal | 265 | 136 | 26 | 0 | 60 | 130 | 35 | 33 | 116 | 50 |
| Binary | 10110101 | 1011110 | 10110 | 0 | 110000 | 1011000 | 11101 | 11011 | 1001110 | 101000 |
Color Harmonies of #B55E16
Complementary color
Monochromatic Colors of #B55E16
Black with #B55E16
Text Example
Text Example
White with #B55E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E16; }
p { color: rgb(181,94,22); }
H1.HeaderClassName
{
color: #B55E16;
}
.AnyTagClassName
{
color: #B55E16;
}
</style>
background-color css
<style>
a { background-color: #B55E16; }
a { background-color: rgb(181,94,22); }
div.DivClassName
{
background-color: #B55E16;
}
.BgClassName
{
background-color: #B55E16;
}
</style>
border-color css
<style>
span { border-color: #B55E16; }
span { border-color: rgb(181,94,22); }
td.TdClassName
{
border-color: #B55E16;
}
.TagClassName
{
border-color: #B55E16;
}
</style>