Shades of Christine #BB5D15
Tints of Christine #BB5D15
RGB
CMYK
RGB Variations
Color information
#BB5D15 (or 0xBB5D15) is known color: Christine. HEX triplet: BB, 5D and 15. RGB value is (187,93,21). Sum of RGB (Red+Green+Blue) = 187+93+21=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5D15 is #44A2EA. Grayscale: #717171. Windows color (decimal): -4498155 or 1400251. OLE color: 1400251.
HSL color Cylindrical-coordinate representation of color #BB5D15: hue angle of 26.02º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB5D15 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 21 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.27 |
| HSL | 26.02º | 0.8% | 0.41% | - |
| HSV(B) | 26.02º | 0.89% | 0.73% | - |
| XYZ | 24.54 | 18.45 | 2.98 | - |
| YUV | 112.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 21 | 0 | 0.50 | 0.89 | 0.27 | 26.02 | 0.8 | 0.41 |
| Hex | BB | 5D | 15 | 0 | 32 | 59 | 1B | 1A | 50 | 29 |
| Octal | 273 | 135 | 25 | 0 | 62 | 131 | 33 | 32 | 120 | 51 |
| Binary | 10111011 | 1011101 | 10101 | 0 | 110010 | 1011001 | 11011 | 11010 | 1010000 | 101001 |
Color Harmonies of #BB5D15
Complementary color
Monochromatic Colors of #BB5D15
Black with #BB5D15
Text Example
Text Example
White with #BB5D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5D15; }
p { color: rgb(187,93,21); }
H1.HeaderClassName
{
color: #BB5D15;
}
.AnyTagClassName
{
color: #BB5D15;
}
</style>
background-color css
<style>
a { background-color: #BB5D15; }
a { background-color: rgb(187,93,21); }
div.DivClassName
{
background-color: #BB5D15;
}
.BgClassName
{
background-color: #BB5D15;
}
</style>
border-color css
<style>
span { border-color: #BB5D15; }
span { border-color: rgb(187,93,21); }
td.TdClassName
{
border-color: #BB5D15;
}
.TagClassName
{
border-color: #BB5D15;
}
</style>