Shades of Christine #B86129
Tints of Christine #B86129
RGB
CMYK
RGB Variations
Color information
#B86129 (or 0xB86129) is known color: Christine. HEX triplet: B8, 61 and 29. RGB value is (184,97,41). Sum of RGB (Red+Green+Blue) = 184+97+41=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B86129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86129 is #479ED6. Grayscale: #747474. Windows color (decimal): -4693719 or 2711992. OLE color: 2711992.
HSL color Cylindrical-coordinate representation of color #B86129: hue angle of 23.5º 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 #B86129 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 41 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.28 |
| HSL | 23.5º | 0.64% | 0.44% | - |
| HSV(B) | 23.5º | 0.78% | 0.72% | - |
| XYZ | 24.44 | 18.9 | 4.46 | - |
| YUV | 116.63 | 85.32 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 41 | 0 | 0.47 | 0.78 | 0.28 | 23.5 | 0.64 | 0.44 |
| Hex | B8 | 61 | 29 | 0 | 2F | 4E | 1C | 17 | 40 | 2C |
| Octal | 270 | 141 | 51 | 0 | 57 | 116 | 34 | 27 | 100 | 54 |
| Binary | 10111000 | 1100001 | 101001 | 0 | 101111 | 1001110 | 11100 | 10111 | 1000000 | 101100 |
Color Harmonies of #B86129
Complementary color
Monochromatic Colors of #B86129
Black with #B86129
Text Example
Text Example
White with #B86129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86129; }
p { color: rgb(184,97,41); }
H1.HeaderClassName
{
color: #B86129;
}
.AnyTagClassName
{
color: #B86129;
}
</style>
background-color css
<style>
a { background-color: #B86129; }
a { background-color: rgb(184,97,41); }
div.DivClassName
{
background-color: #B86129;
}
.BgClassName
{
background-color: #B86129;
}
</style>
border-color css
<style>
span { border-color: #B86129; }
span { border-color: rgb(184,97,41); }
td.TdClassName
{
border-color: #B86129;
}
.TagClassName
{
border-color: #B86129;
}
</style>