Shades of Christine #B96517
Tints of Christine #B96517
RGB
CMYK
RGB Variations
Color information
#B96517 (or 0xB96517) is known color: Christine. HEX triplet: B9, 65 and 17. RGB value is (185,101,23). Sum of RGB (Red+Green+Blue) = 185+101+23=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B96517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96517 is #469AE8. Grayscale: #757575. Windows color (decimal): -4627177 or 1533369. OLE color: 1533369.
HSL color Cylindrical-coordinate representation of color #B96517: hue angle of 28.89º 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 #B96517 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.27 |
| HSL | 28.89º | 0.78% | 0.41% | - |
| HSV(B) | 28.89º | 0.88% | 0.73% | - |
| XYZ | 24.82 | 19.68 | 3.3 | - |
| YUV | 117.22 | 74.83 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 23 | 0 | 0.45 | 0.88 | 0.27 | 28.89 | 0.78 | 0.41 |
| Hex | B9 | 65 | 17 | 0 | 2D | 58 | 1B | 1D | 4E | 29 |
| Octal | 271 | 145 | 27 | 0 | 55 | 130 | 33 | 35 | 116 | 51 |
| Binary | 10111001 | 1100101 | 10111 | 0 | 101101 | 1011000 | 11011 | 11101 | 1001110 | 101001 |
Color Harmonies of #B96517
Complementary color
Monochromatic Colors of #B96517
Black with #B96517
Text Example
Text Example
White with #B96517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96517; }
p { color: rgb(185,101,23); }
H1.HeaderClassName
{
color: #B96517;
}
.AnyTagClassName
{
color: #B96517;
}
</style>
background-color css
<style>
a { background-color: #B96517; }
a { background-color: rgb(185,101,23); }
div.DivClassName
{
background-color: #B96517;
}
.BgClassName
{
background-color: #B96517;
}
</style>
border-color css
<style>
span { border-color: #B96517; }
span { border-color: rgb(185,101,23); }
td.TdClassName
{
border-color: #B96517;
}
.TagClassName
{
border-color: #B96517;
}
</style>