Shades of Christine #B86531
Tints of Christine #B86531
RGB
CMYK
RGB Variations
Color information
#B86531 (or 0xB86531) is known color: Christine. HEX triplet: B8, 65 and 31. RGB value is (184,101,49). Sum of RGB (Red+Green+Blue) = 184+101+49=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B86531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86531 is #479ACE. Grayscale: #787878. Windows color (decimal): -4692687 or 3237304. OLE color: 3237304.
HSL color Cylindrical-coordinate representation of color #B86531: hue angle of 23.11º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B86531 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 49 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.28 |
| HSL | 23.11º | 0.58% | 0.46% | - |
| HSV(B) | 23.11º | 0.73% | 0.72% | - |
| XYZ | 24.98 | 19.72 | 5.4 | - |
| YUV | 119.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 49 | 0 | 0.45 | 0.73 | 0.28 | 23.11 | 0.58 | 0.46 |
| Hex | B8 | 65 | 31 | 0 | 2D | 49 | 1C | 17 | 3A | 2E |
| Octal | 270 | 145 | 61 | 0 | 55 | 111 | 34 | 27 | 72 | 56 |
| Binary | 10111000 | 1100101 | 110001 | 0 | 101101 | 1001001 | 11100 | 10111 | 111010 | 101110 |
Color Harmonies of #B86531
Complementary color
Monochromatic Colors of #B86531
Black with #B86531
Text Example
Text Example
White with #B86531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86531; }
p { color: rgb(184,101,49); }
H1.HeaderClassName
{
color: #B86531;
}
.AnyTagClassName
{
color: #B86531;
}
</style>
background-color css
<style>
a { background-color: #B86531; }
a { background-color: rgb(184,101,49); }
div.DivClassName
{
background-color: #B86531;
}
.BgClassName
{
background-color: #B86531;
}
</style>
border-color css
<style>
span { border-color: #B86531; }
span { border-color: rgb(184,101,49); }
td.TdClassName
{
border-color: #B86531;
}
.TagClassName
{
border-color: #B86531;
}
</style>