Shades of Christine #B86229
Tints of Christine #B86229
RGB
CMYK
RGB Variations
Color information
#B86229 (or 0xB86229) is known color: Christine. HEX triplet: B8, 62 and 29. RGB value is (184,98,41). Sum of RGB (Red+Green+Blue) = 184+98+41=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B86229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86229 is #479DD6. Grayscale: #757575. Windows color (decimal): -4693463 or 2712248. OLE color: 2712248.
HSL color Cylindrical-coordinate representation of color #B86229: hue angle of 23.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B86229 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 41 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.28 |
| HSL | 23.92º | 0.64% | 0.44% | - |
| HSV(B) | 23.92º | 0.78% | 0.72% | - |
| XYZ | 24.54 | 19.09 | 4.49 | - |
| YUV | 117.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 41 | 0 | 0.47 | 0.78 | 0.28 | 23.92 | 0.64 | 0.44 |
| Hex | B8 | 62 | 29 | 0 | 2F | 4E | 1C | 18 | 40 | 2C |
| Octal | 270 | 142 | 51 | 0 | 57 | 116 | 34 | 30 | 100 | 54 |
| Binary | 10111000 | 1100010 | 101001 | 0 | 101111 | 1001110 | 11100 | 11000 | 1000000 | 101100 |
Color Harmonies of #B86229
Complementary color
Monochromatic Colors of #B86229
Black with #B86229
Text Example
Text Example
White with #B86229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86229; }
p { color: rgb(184,98,41); }
H1.HeaderClassName
{
color: #B86229;
}
.AnyTagClassName
{
color: #B86229;
}
</style>
background-color css
<style>
a { background-color: #B86229; }
a { background-color: rgb(184,98,41); }
div.DivClassName
{
background-color: #B86229;
}
.BgClassName
{
background-color: #B86229;
}
</style>
border-color css
<style>
span { border-color: #B86229; }
span { border-color: rgb(184,98,41); }
td.TdClassName
{
border-color: #B86229;
}
.TagClassName
{
border-color: #B86229;
}
</style>