Shades of Christine #B96118
Tints of Christine #B96118
RGB
CMYK
RGB Variations
Color information
#B96118 (or 0xB96118) is known color: Christine. HEX triplet: B9, 61 and 18. RGB value is (185,97,24). Sum of RGB (Red+Green+Blue) = 185+97+24=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B96118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96118 is #469EE7. Grayscale: #737373. Windows color (decimal): -4628200 or 1597881. OLE color: 1597881.
HSL color Cylindrical-coordinate representation of color #B96118: hue angle of 27.2º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B96118 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 97 | 24 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.27 |
| HSL | 27.2º | 0.77% | 0.41% | - |
| HSV(B) | 27.2º | 0.87% | 0.73% | - |
| XYZ | 24.45 | 18.93 | 3.23 | - |
| YUV | 114.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 24 | 0 | 0.48 | 0.87 | 0.27 | 27.2 | 0.77 | 0.41 |
| Hex | B9 | 61 | 18 | 0 | 30 | 57 | 1B | 1B | 4D | 29 |
| Octal | 271 | 141 | 30 | 0 | 60 | 127 | 33 | 33 | 115 | 51 |
| Binary | 10111001 | 1100001 | 11000 | 0 | 110000 | 1010111 | 11011 | 11011 | 1001101 | 101001 |
Color Harmonies of #B96118
Complementary color
Monochromatic Colors of #B96118
Black with #B96118
Text Example
Text Example
White with #B96118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96118; }
p { color: rgb(185,97,24); }
H1.HeaderClassName
{
color: #B96118;
}
.AnyTagClassName
{
color: #B96118;
}
</style>
background-color css
<style>
a { background-color: #B96118; }
a { background-color: rgb(185,97,24); }
div.DivClassName
{
background-color: #B96118;
}
.BgClassName
{
background-color: #B96118;
}
</style>
border-color css
<style>
span { border-color: #B96118; }
span { border-color: rgb(185,97,24); }
td.TdClassName
{
border-color: #B96118;
}
.TagClassName
{
border-color: #B96118;
}
</style>