Shades of Christine #B86820
Tints of Christine #B86820
RGB
CMYK
RGB Variations
Color information
#B86820 (or 0xB86820) is known color: Christine. HEX triplet: B8, 68 and 20. RGB value is (184,104,32). Sum of RGB (Red+Green+Blue) = 184+104+32=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B86820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86820 is #4797DF. Grayscale: #787878. Windows color (decimal): -4691936 or 2123960. OLE color: 2123960.
HSL color Cylindrical-coordinate representation of color #B86820: hue angle of 28.42º 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 #B86820 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 32 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.28 |
| HSL | 28.42º | 0.7% | 0.42% | - |
| HSV(B) | 28.42º | 0.83% | 0.72% | - |
| XYZ | 24.98 | 20.2 | 3.95 | - |
| YUV | 119.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 32 | 0 | 0.43 | 0.83 | 0.28 | 28.42 | 0.7 | 0.42 |
| Hex | B8 | 68 | 20 | 0 | 2B | 53 | 1C | 1C | 46 | 2A |
| Octal | 270 | 150 | 40 | 0 | 53 | 123 | 34 | 34 | 106 | 52 |
| Binary | 10111000 | 1101000 | 100000 | 0 | 101011 | 1010011 | 11100 | 11100 | 1000110 | 101010 |
Color Harmonies of #B86820
Complementary color
Monochromatic Colors of #B86820
Black with #B86820
Text Example
Text Example
White with #B86820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86820; }
p { color: rgb(184,104,32); }
H1.HeaderClassName
{
color: #B86820;
}
.AnyTagClassName
{
color: #B86820;
}
</style>
background-color css
<style>
a { background-color: #B86820; }
a { background-color: rgb(184,104,32); }
div.DivClassName
{
background-color: #B86820;
}
.BgClassName
{
background-color: #B86820;
}
</style>
border-color css
<style>
span { border-color: #B86820; }
span { border-color: rgb(184,104,32); }
td.TdClassName
{
border-color: #B86820;
}
.TagClassName
{
border-color: #B86820;
}
</style>