Shades of Christine #BB5E17
Tints of Christine #BB5E17
RGB
CMYK
RGB Variations
Color information
#BB5E17 (or 0xBB5E17) is known color: Christine. HEX triplet: BB, 5E and 17. RGB value is (187,94,23). Sum of RGB (Red+Green+Blue) = 187+94+23=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E17 is #44A1E8. Grayscale: #727272. Windows color (decimal): -4497897 or 1531579. OLE color: 1531579.
HSL color Cylindrical-coordinate representation of color #BB5E17: hue angle of 25.98º degrees, saturation: 0.78, 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 #BB5E17 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 23 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.27 |
| HSL | 25.98º | 0.78% | 0.41% | - |
| HSV(B) | 25.98º | 0.88% | 0.73% | - |
| XYZ | 24.65 | 18.63 | 3.11 | - |
| YUV | 113.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 23 | 0 | 0.50 | 0.88 | 0.27 | 25.98 | 0.78 | 0.41 |
| Hex | BB | 5E | 17 | 0 | 32 | 58 | 1B | 1A | 4E | 29 |
| Octal | 273 | 136 | 27 | 0 | 62 | 130 | 33 | 32 | 116 | 51 |
| Binary | 10111011 | 1011110 | 10111 | 0 | 110010 | 1011000 | 11011 | 11010 | 1001110 | 101001 |
Color Harmonies of #BB5E17
Complementary color
Monochromatic Colors of #BB5E17
Black with #BB5E17
Text Example
Text Example
White with #BB5E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E17; }
p { color: rgb(187,94,23); }
H1.HeaderClassName
{
color: #BB5E17;
}
.AnyTagClassName
{
color: #BB5E17;
}
</style>
background-color css
<style>
a { background-color: #BB5E17; }
a { background-color: rgb(187,94,23); }
div.DivClassName
{
background-color: #BB5E17;
}
.BgClassName
{
background-color: #BB5E17;
}
</style>
border-color css
<style>
span { border-color: #BB5E17; }
span { border-color: rgb(187,94,23); }
td.TdClassName
{
border-color: #BB5E17;
}
.TagClassName
{
border-color: #BB5E17;
}
</style>