Shades of Christine #B96319
Tints of Christine #B96319
RGB
CMYK
RGB Variations
Color information
#B96319 (or 0xB96319) is known color: Christine. HEX triplet: B9, 63 and 19. RGB value is (185,99,25). Sum of RGB (Red+Green+Blue) = 185+99+25=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B96319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96319 is #469CE6. Grayscale: #747474. Windows color (decimal): -4627687 or 1663929. OLE color: 1663929.
HSL color Cylindrical-coordinate representation of color #B96319: hue angle of 27.75º 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 #B96319 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 25 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.27 |
| HSL | 27.75º | 0.76% | 0.41% | - |
| HSV(B) | 27.75º | 0.86% | 0.73% | - |
| XYZ | 24.64 | 19.31 | 3.35 | - |
| YUV | 116.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 25 | 0 | 0.46 | 0.86 | 0.27 | 27.75 | 0.76 | 0.41 |
| Hex | B9 | 63 | 19 | 0 | 2E | 56 | 1B | 1C | 4C | 29 |
| Octal | 271 | 143 | 31 | 0 | 56 | 126 | 33 | 34 | 114 | 51 |
| Binary | 10111001 | 1100011 | 11001 | 0 | 101110 | 1010110 | 11011 | 11100 | 1001100 | 101001 |
Color Harmonies of #B96319
Complementary color
Monochromatic Colors of #B96319
Black with #B96319
Text Example
Text Example
White with #B96319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96319; }
p { color: rgb(185,99,25); }
H1.HeaderClassName
{
color: #B96319;
}
.AnyTagClassName
{
color: #B96319;
}
</style>
background-color css
<style>
a { background-color: #B96319; }
a { background-color: rgb(185,99,25); }
div.DivClassName
{
background-color: #B96319;
}
.BgClassName
{
background-color: #B96319;
}
</style>
border-color css
<style>
span { border-color: #B96319; }
span { border-color: rgb(185,99,25); }
td.TdClassName
{
border-color: #B96319;
}
.TagClassName
{
border-color: #B96319;
}
</style>