Shades of Christine #B86019
Tints of Christine #B86019
RGB
CMYK
RGB Variations
Color information
#B86019 (or 0xB86019) is known color: Christine. HEX triplet: B8, 60 and 19. RGB value is (184,96,25). Sum of RGB (Red+Green+Blue) = 184+96+25=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B86019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86019 is #479FE6. Grayscale: #727272. Windows color (decimal): -4693991 or 1663160. OLE color: 1663160.
HSL color Cylindrical-coordinate representation of color #B86019: hue angle of 26.79º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B86019 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 25 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.28 |
| HSL | 26.79º | 0.76% | 0.41% | - |
| HSV(B) | 26.79º | 0.86% | 0.72% | - |
| XYZ | 24.13 | 18.63 | 3.24 | - |
| YUV | 114.22 | 77.65 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 25 | 0 | 0.48 | 0.86 | 0.28 | 26.79 | 0.76 | 0.41 |
| Hex | B8 | 60 | 19 | 0 | 30 | 56 | 1C | 1B | 4C | 29 |
| Octal | 270 | 140 | 31 | 0 | 60 | 126 | 34 | 33 | 114 | 51 |
| Binary | 10111000 | 1100000 | 11001 | 0 | 110000 | 1010110 | 11100 | 11011 | 1001100 | 101001 |
Color Harmonies of #B86019
Complementary color
Monochromatic Colors of #B86019
Black with #B86019
Text Example
Text Example
White with #B86019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86019; }
p { color: rgb(184,96,25); }
H1.HeaderClassName
{
color: #B86019;
}
.AnyTagClassName
{
color: #B86019;
}
</style>
background-color css
<style>
a { background-color: #B86019; }
a { background-color: rgb(184,96,25); }
div.DivClassName
{
background-color: #B86019;
}
.BgClassName
{
background-color: #B86019;
}
</style>
border-color css
<style>
span { border-color: #B86019; }
span { border-color: rgb(184,96,25); }
td.TdClassName
{
border-color: #B86019;
}
.TagClassName
{
border-color: #B86019;
}
</style>