Shades of Christine #B86631
Tints of Christine #B86631
RGB
CMYK
RGB Variations
Color information
#B86631 (or 0xB86631) is known color: Christine. HEX triplet: B8, 66 and 31. RGB value is (184,102,49). Sum of RGB (Red+Green+Blue) = 184+102+49=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B86631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86631 is #4799CE. Grayscale: #787878. Windows color (decimal): -4692431 or 3237560. OLE color: 3237560.
HSL color Cylindrical-coordinate representation of color #B86631: hue angle of 23.56º 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 #B86631 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 49 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.28 |
| HSL | 23.56º | 0.58% | 0.46% | - |
| HSV(B) | 23.56º | 0.73% | 0.72% | - |
| XYZ | 25.07 | 19.91 | 5.43 | - |
| YUV | 120.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 49 | 0 | 0.45 | 0.73 | 0.28 | 23.56 | 0.58 | 0.46 |
| Hex | B8 | 66 | 31 | 0 | 2D | 49 | 1C | 18 | 3A | 2E |
| Octal | 270 | 146 | 61 | 0 | 55 | 111 | 34 | 30 | 72 | 56 |
| Binary | 10111000 | 1100110 | 110001 | 0 | 101101 | 1001001 | 11100 | 11000 | 111010 | 101110 |
Color Harmonies of #B86631
Complementary color
Monochromatic Colors of #B86631
Black with #B86631
Text Example
Text Example
White with #B86631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86631; }
p { color: rgb(184,102,49); }
H1.HeaderClassName
{
color: #B86631;
}
.AnyTagClassName
{
color: #B86631;
}
</style>
background-color css
<style>
a { background-color: #B86631; }
a { background-color: rgb(184,102,49); }
div.DivClassName
{
background-color: #B86631;
}
.BgClassName
{
background-color: #B86631;
}
</style>
border-color css
<style>
span { border-color: #B86631; }
span { border-color: rgb(184,102,49); }
td.TdClassName
{
border-color: #B86631;
}
.TagClassName
{
border-color: #B86631;
}
</style>