Shades of Christine #B86329
Tints of Christine #B86329
RGB
CMYK
RGB Variations
Color information
#B86329 (or 0xB86329) is known color: Christine. HEX triplet: B8, 63 and 29. RGB value is (184,99,41). Sum of RGB (Red+Green+Blue) = 184+99+41=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B86329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86329 is #479CD6. Grayscale: #767676. Windows color (decimal): -4693207 or 2712504. OLE color: 2712504.
HSL color Cylindrical-coordinate representation of color #B86329: hue angle of 24.34º 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 #B86329 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 41 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.28 |
| HSL | 24.34º | 0.64% | 0.44% | - |
| HSV(B) | 24.34º | 0.78% | 0.72% | - |
| XYZ | 24.63 | 19.27 | 4.52 | - |
| YUV | 117.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 41 | 0 | 0.46 | 0.78 | 0.28 | 24.34 | 0.64 | 0.44 |
| Hex | B8 | 63 | 29 | 0 | 2E | 4E | 1C | 18 | 40 | 2C |
| Octal | 270 | 143 | 51 | 0 | 56 | 116 | 34 | 30 | 100 | 54 |
| Binary | 10111000 | 1100011 | 101001 | 0 | 101110 | 1001110 | 11100 | 11000 | 1000000 | 101100 |
Color Harmonies of #B86329
Complementary color
Monochromatic Colors of #B86329
Black with #B86329
Text Example
Text Example
White with #B86329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86329; }
p { color: rgb(184,99,41); }
H1.HeaderClassName
{
color: #B86329;
}
.AnyTagClassName
{
color: #B86329;
}
</style>
background-color css
<style>
a { background-color: #B86329; }
a { background-color: rgb(184,99,41); }
div.DivClassName
{
background-color: #B86329;
}
.BgClassName
{
background-color: #B86329;
}
</style>
border-color css
<style>
span { border-color: #B86329; }
span { border-color: rgb(184,99,41); }
td.TdClassName
{
border-color: #B86329;
}
.TagClassName
{
border-color: #B86329;
}
</style>