Shades of Christine #BB5D17
Tints of Christine #BB5D17
RGB
CMYK
RGB Variations
Color information
#BB5D17 (or 0xBB5D17) is known color: Christine. HEX triplet: BB, 5D and 17. RGB value is (187,93,23). Sum of RGB (Red+Green+Blue) = 187+93+23=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5D17 is #44A2E8. Grayscale: #717171. Windows color (decimal): -4498153 or 1531323. OLE color: 1531323.
HSL color Cylindrical-coordinate representation of color #BB5D17: hue angle of 25.61º 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 #BB5D17 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 23 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.27 |
| HSL | 25.61º | 0.78% | 0.41% | - |
| HSV(B) | 25.61º | 0.88% | 0.73% | - |
| XYZ | 24.56 | 18.46 | 3.08 | - |
| YUV | 113.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 23 | 0 | 0.50 | 0.88 | 0.27 | 25.61 | 0.78 | 0.41 |
| Hex | BB | 5D | 17 | 0 | 32 | 58 | 1B | 1A | 4E | 29 |
| Octal | 273 | 135 | 27 | 0 | 62 | 130 | 33 | 32 | 116 | 51 |
| Binary | 10111011 | 1011101 | 10111 | 0 | 110010 | 1011000 | 11011 | 11010 | 1001110 | 101001 |
Color Harmonies of #BB5D17
Complementary color
Monochromatic Colors of #BB5D17
Black with #BB5D17
Text Example
Text Example
White with #BB5D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5D17; }
p { color: rgb(187,93,23); }
H1.HeaderClassName
{
color: #BB5D17;
}
.AnyTagClassName
{
color: #BB5D17;
}
</style>
background-color css
<style>
a { background-color: #BB5D17; }
a { background-color: rgb(187,93,23); }
div.DivClassName
{
background-color: #BB5D17;
}
.BgClassName
{
background-color: #BB5D17;
}
</style>
border-color css
<style>
span { border-color: #BB5D17; }
span { border-color: rgb(187,93,23); }
td.TdClassName
{
border-color: #BB5D17;
}
.TagClassName
{
border-color: #BB5D17;
}
</style>