Shades of Christine #BB5E16
Tints of Christine #BB5E16
RGB
CMYK
RGB Variations
Color information
#BB5E16 (or 0xBB5E16) is known color: Christine. HEX triplet: BB, 5E and 16. RGB value is (187,94,22). Sum of RGB (Red+Green+Blue) = 187+94+22=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E16 is #44A1E9. Grayscale: #717171. Windows color (decimal): -4497898 or 1466043. OLE color: 1466043.
HSL color Cylindrical-coordinate representation of color #BB5E16: hue angle of 26.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB5E16 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 22 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.27 |
| HSL | 26.18º | 0.79% | 0.41% | - |
| HSV(B) | 26.18º | 0.88% | 0.73% | - |
| XYZ | 24.64 | 18.63 | 3.06 | - |
| YUV | 113.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 22 | 0 | 0.50 | 0.88 | 0.27 | 26.18 | 0.79 | 0.41 |
| Hex | BB | 5E | 16 | 0 | 32 | 58 | 1B | 1A | 4F | 29 |
| Octal | 273 | 136 | 26 | 0 | 62 | 130 | 33 | 32 | 117 | 51 |
| Binary | 10111011 | 1011110 | 10110 | 0 | 110010 | 1011000 | 11011 | 11010 | 1001111 | 101001 |
Color Harmonies of #BB5E16
Complementary color
Monochromatic Colors of #BB5E16
Black with #BB5E16
Text Example
Text Example
White with #BB5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E16; }
p { color: rgb(187,94,22); }
H1.HeaderClassName
{
color: #BB5E16;
}
.AnyTagClassName
{
color: #BB5E16;
}
</style>
background-color css
<style>
a { background-color: #BB5E16; }
a { background-color: rgb(187,94,22); }
div.DivClassName
{
background-color: #BB5E16;
}
.BgClassName
{
background-color: #BB5E16;
}
</style>
border-color css
<style>
span { border-color: #BB5E16; }
span { border-color: rgb(187,94,22); }
td.TdClassName
{
border-color: #BB5E16;
}
.TagClassName
{
border-color: #BB5E16;
}
</style>