Shades of Christine #B86321
Tints of Christine #B86321
RGB
CMYK
RGB Variations
Color information
#B86321 (or 0xB86321) is known color: Christine. HEX triplet: B8, 63 and 21. RGB value is (184,99,33). Sum of RGB (Red+Green+Blue) = 184+99+33=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B86321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86321 is #479CDE. Grayscale: #757575. Windows color (decimal): -4693215 or 2188216. OLE color: 2188216.
HSL color Cylindrical-coordinate representation of color #B86321: hue angle of 26.23º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B86321 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 33 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.28 |
| HSL | 26.23º | 0.7% | 0.43% | - |
| HSV(B) | 26.23º | 0.82% | 0.72% | - |
| XYZ | 24.5 | 19.22 | 3.86 | - |
| YUV | 116.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 33 | 0 | 0.46 | 0.82 | 0.28 | 26.23 | 0.7 | 0.43 |
| Hex | B8 | 63 | 21 | 0 | 2E | 52 | 1C | 1A | 46 | 2B |
| Octal | 270 | 143 | 41 | 0 | 56 | 122 | 34 | 32 | 106 | 53 |
| Binary | 10111000 | 1100011 | 100001 | 0 | 101110 | 1010010 | 11100 | 11010 | 1000110 | 101011 |
Color Harmonies of #B86321
Complementary color
Monochromatic Colors of #B86321
Black with #B86321
Text Example
Text Example
White with #B86321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86321; }
p { color: rgb(184,99,33); }
H1.HeaderClassName
{
color: #B86321;
}
.AnyTagClassName
{
color: #B86321;
}
</style>
background-color css
<style>
a { background-color: #B86321; }
a { background-color: rgb(184,99,33); }
div.DivClassName
{
background-color: #B86321;
}
.BgClassName
{
background-color: #B86321;
}
</style>
border-color css
<style>
span { border-color: #B86321; }
span { border-color: rgb(184,99,33); }
td.TdClassName
{
border-color: #B86321;
}
.TagClassName
{
border-color: #B86321;
}
</style>