Shades of Christine #B96224
Tints of Christine #B96224
RGB
CMYK
RGB Variations
Color information
#B96224 (or 0xB96224) is known color: Christine. HEX triplet: B9, 62 and 24. RGB value is (185,98,36). Sum of RGB (Red+Green+Blue) = 185+98+36=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B96224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96224 is #469DDB. Grayscale: #757575. Windows color (decimal): -4627932 or 2384569. OLE color: 2384569.
HSL color Cylindrical-coordinate representation of color #B96224: hue angle of 24.97º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B96224 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 36 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.27 |
| HSL | 24.97º | 0.67% | 0.43% | - |
| HSV(B) | 24.97º | 0.81% | 0.73% | - |
| XYZ | 24.69 | 19.18 | 4.07 | - |
| YUV | 116.95 | 82.32 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 36 | 0 | 0.47 | 0.81 | 0.27 | 24.97 | 0.67 | 0.43 |
| Hex | B9 | 62 | 24 | 0 | 2F | 51 | 1B | 19 | 43 | 2B |
| Octal | 271 | 142 | 44 | 0 | 57 | 121 | 33 | 31 | 103 | 53 |
| Binary | 10111001 | 1100010 | 100100 | 0 | 101111 | 1010001 | 11011 | 11001 | 1000011 | 101011 |
Color Harmonies of #B96224
Complementary color
Monochromatic Colors of #B96224
Black with #B96224
Text Example
Text Example
White with #B96224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96224; }
p { color: rgb(185,98,36); }
H1.HeaderClassName
{
color: #B96224;
}
.AnyTagClassName
{
color: #B96224;
}
</style>
background-color css
<style>
a { background-color: #B96224; }
a { background-color: rgb(185,98,36); }
div.DivClassName
{
background-color: #B96224;
}
.BgClassName
{
background-color: #B96224;
}
</style>
border-color css
<style>
span { border-color: #B96224; }
span { border-color: rgb(185,98,36); }
td.TdClassName
{
border-color: #B96224;
}
.TagClassName
{
border-color: #B96224;
}
</style>