Shades of Christine #B86029
Tints of Christine #B86029
RGB
CMYK
RGB Variations
Color information
#B86029 (or 0xB86029) is known color: Christine. HEX triplet: B8, 60 and 29. RGB value is (184,96,41). Sum of RGB (Red+Green+Blue) = 184+96+41=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B86029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86029 is #479FD6. Grayscale: #747474. Windows color (decimal): -4693975 or 2711736. OLE color: 2711736.
HSL color Cylindrical-coordinate representation of color #B86029: hue angle of 23.08º 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 #B86029 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 41 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.28 |
| HSL | 23.08º | 0.64% | 0.44% | - |
| HSV(B) | 23.08º | 0.78% | 0.72% | - |
| XYZ | 24.35 | 18.72 | 4.43 | - |
| YUV | 116.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 41 | 0 | 0.48 | 0.78 | 0.28 | 23.08 | 0.64 | 0.44 |
| Hex | B8 | 60 | 29 | 0 | 30 | 4E | 1C | 17 | 40 | 2C |
| Octal | 270 | 140 | 51 | 0 | 60 | 116 | 34 | 27 | 100 | 54 |
| Binary | 10111000 | 1100000 | 101001 | 0 | 110000 | 1001110 | 11100 | 10111 | 1000000 | 101100 |
Color Harmonies of #B86029
Complementary color
Monochromatic Colors of #B86029
Black with #B86029
Text Example
Text Example
White with #B86029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86029; }
p { color: rgb(184,96,41); }
H1.HeaderClassName
{
color: #B86029;
}
.AnyTagClassName
{
color: #B86029;
}
</style>
background-color css
<style>
a { background-color: #B86029; }
a { background-color: rgb(184,96,41); }
div.DivClassName
{
background-color: #B86029;
}
.BgClassName
{
background-color: #B86029;
}
</style>
border-color css
<style>
span { border-color: #B86029; }
span { border-color: rgb(184,96,41); }
td.TdClassName
{
border-color: #B86029;
}
.TagClassName
{
border-color: #B86029;
}
</style>