Shades of Christine #B96019
Tints of Christine #B96019
RGB
CMYK
RGB Variations
Color information
#B96019 (or 0xB96019) is known color: Christine. HEX triplet: B9, 60 and 19. RGB value is (185,96,25). Sum of RGB (Red+Green+Blue) = 185+96+25=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B96019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96019 is #469FE6. Grayscale: #727272. Windows color (decimal): -4628455 or 1663161. OLE color: 1663161.
HSL color Cylindrical-coordinate representation of color #B96019: hue angle of 26.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B96019 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 96 | 25 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.27 |
| HSL | 26.63º | 0.76% | 0.41% | - |
| HSV(B) | 26.63º | 0.86% | 0.73% | - |
| XYZ | 24.37 | 18.75 | 3.25 | - |
| YUV | 114.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 25 | 0 | 0.48 | 0.86 | 0.27 | 26.63 | 0.76 | 0.41 |
| Hex | B9 | 60 | 19 | 0 | 30 | 56 | 1B | 1B | 4C | 29 |
| Octal | 271 | 140 | 31 | 0 | 60 | 126 | 33 | 33 | 114 | 51 |
| Binary | 10111001 | 1100000 | 11001 | 0 | 110000 | 1010110 | 11011 | 11011 | 1001100 | 101001 |
Color Harmonies of #B96019
Complementary color
Monochromatic Colors of #B96019
Black with #B96019
Text Example
Text Example
White with #B96019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96019; }
p { color: rgb(185,96,25); }
H1.HeaderClassName
{
color: #B96019;
}
.AnyTagClassName
{
color: #B96019;
}
</style>
background-color css
<style>
a { background-color: #B96019; }
a { background-color: rgb(185,96,25); }
div.DivClassName
{
background-color: #B96019;
}
.BgClassName
{
background-color: #B96019;
}
</style>
border-color css
<style>
span { border-color: #B96019; }
span { border-color: rgb(185,96,25); }
td.TdClassName
{
border-color: #B96019;
}
.TagClassName
{
border-color: #B96019;
}
</style>