Shades of Christine #B86320
Tints of Christine #B86320
RGB
CMYK
RGB Variations
Color information
#B86320 (or 0xB86320) is known color: Christine. HEX triplet: B8, 63 and 20. RGB value is (184,99,32). Sum of RGB (Red+Green+Blue) = 184+99+32=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B86320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86320 is #479CDF. Grayscale: #757575. Windows color (decimal): -4693216 or 2122680. OLE color: 2122680.
HSL color Cylindrical-coordinate representation of color #B86320: hue angle of 26.45º 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 #B86320 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 32 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.28 |
| HSL | 26.45º | 0.7% | 0.42% | - |
| HSV(B) | 26.45º | 0.83% | 0.72% | - |
| XYZ | 24.49 | 19.22 | 3.79 | - |
| YUV | 116.78 | 80.16 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 32 | 0 | 0.46 | 0.83 | 0.28 | 26.45 | 0.7 | 0.42 |
| Hex | B8 | 63 | 20 | 0 | 2E | 53 | 1C | 1A | 46 | 2A |
| Octal | 270 | 143 | 40 | 0 | 56 | 123 | 34 | 32 | 106 | 52 |
| Binary | 10111000 | 1100011 | 100000 | 0 | 101110 | 1010011 | 11100 | 11010 | 1000110 | 101010 |
Color Harmonies of #B86320
Complementary color
Monochromatic Colors of #B86320
Black with #B86320
Text Example
Text Example
White with #B86320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86320; }
p { color: rgb(184,99,32); }
H1.HeaderClassName
{
color: #B86320;
}
.AnyTagClassName
{
color: #B86320;
}
</style>
background-color css
<style>
a { background-color: #B86320; }
a { background-color: rgb(184,99,32); }
div.DivClassName
{
background-color: #B86320;
}
.BgClassName
{
background-color: #B86320;
}
</style>
border-color css
<style>
span { border-color: #B86320; }
span { border-color: rgb(184,99,32); }
td.TdClassName
{
border-color: #B86320;
}
.TagClassName
{
border-color: #B86320;
}
</style>