Shades of Christine #B86120
Tints of Christine #B86120
RGB
CMYK
RGB Variations
Color information
#B86120 (or 0xB86120) is known color: Christine. HEX triplet: B8, 61 and 20. RGB value is (184,97,32). Sum of RGB (Red+Green+Blue) = 184+97+32=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B86120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86120 is #479EDF. Grayscale: #737373. Windows color (decimal): -4693728 or 2122168. OLE color: 2122168.
HSL color Cylindrical-coordinate representation of color #B86120: hue angle of 25.66º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B86120 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 32 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.28 |
| HSL | 25.66º | 0.7% | 0.42% | - |
| HSV(B) | 25.66º | 0.83% | 0.72% | - |
| XYZ | 24.3 | 18.84 | 3.72 | - |
| YUV | 115.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 32 | 0 | 0.47 | 0.83 | 0.28 | 25.66 | 0.7 | 0.42 |
| Hex | B8 | 61 | 20 | 0 | 2F | 53 | 1C | 1A | 46 | 2A |
| Octal | 270 | 141 | 40 | 0 | 57 | 123 | 34 | 32 | 106 | 52 |
| Binary | 10111000 | 1100001 | 100000 | 0 | 101111 | 1010011 | 11100 | 11010 | 1000110 | 101010 |
Color Harmonies of #B86120
Complementary color
Monochromatic Colors of #B86120
Black with #B86120
Text Example
Text Example
White with #B86120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86120; }
p { color: rgb(184,97,32); }
H1.HeaderClassName
{
color: #B86120;
}
.AnyTagClassName
{
color: #B86120;
}
</style>
background-color css
<style>
a { background-color: #B86120; }
a { background-color: rgb(184,97,32); }
div.DivClassName
{
background-color: #B86120;
}
.BgClassName
{
background-color: #B86120;
}
</style>
border-color css
<style>
span { border-color: #B86120; }
span { border-color: rgb(184,97,32); }
td.TdClassName
{
border-color: #B86120;
}
.TagClassName
{
border-color: #B86120;
}
</style>