Shades of Christine #B86825
Tints of Christine #B86825
RGB
CMYK
RGB Variations
Color information
#B86825 (or 0xB86825) is known color: Christine. HEX triplet: B8, 68 and 25. RGB value is (184,104,37). Sum of RGB (Red+Green+Blue) = 184+104+37=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B86825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86825 is #4797DA. Grayscale: #787878. Windows color (decimal): -4691931 or 2451640. OLE color: 2451640.
HSL color Cylindrical-coordinate representation of color #B86825: hue angle of 27.35º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B86825 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 37 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.28 |
| HSL | 27.35º | 0.67% | 0.43% | - |
| HSV(B) | 27.35º | 0.8% | 0.72% | - |
| XYZ | 25.05 | 20.22 | 4.33 | - |
| YUV | 120.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 37 | 0 | 0.43 | 0.80 | 0.28 | 27.35 | 0.67 | 0.43 |
| Hex | B8 | 68 | 25 | 0 | 2B | 50 | 1C | 1B | 43 | 2B |
| Octal | 270 | 150 | 45 | 0 | 53 | 120 | 34 | 33 | 103 | 53 |
| Binary | 10111000 | 1101000 | 100101 | 0 | 101011 | 1010000 | 11100 | 11011 | 1000011 | 101011 |
Color Harmonies of #B86825
Complementary color
Monochromatic Colors of #B86825
Black with #B86825
Text Example
Text Example
White with #B86825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86825; }
p { color: rgb(184,104,37); }
H1.HeaderClassName
{
color: #B86825;
}
.AnyTagClassName
{
color: #B86825;
}
</style>
background-color css
<style>
a { background-color: #B86825; }
a { background-color: rgb(184,104,37); }
div.DivClassName
{
background-color: #B86825;
}
.BgClassName
{
background-color: #B86825;
}
</style>
border-color css
<style>
span { border-color: #B86825; }
span { border-color: rgb(184,104,37); }
td.TdClassName
{
border-color: #B86825;
}
.TagClassName
{
border-color: #B86825;
}
</style>