Shades of Christine #B86326
Tints of Christine #B86326
RGB
CMYK
RGB Variations
Color information
#B86326 (or 0xB86326) is known color: Christine. HEX triplet: B8, 63 and 26. RGB value is (184,99,38). Sum of RGB (Red+Green+Blue) = 184+99+38=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B86326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86326 is #479CD9. Grayscale: #757575. Windows color (decimal): -4693210 or 2515896. OLE color: 2515896.
HSL color Cylindrical-coordinate representation of color #B86326: hue angle of 25.07º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B86326 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 38 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.28 |
| HSL | 25.07º | 0.66% | 0.44% | - |
| HSV(B) | 25.07º | 0.79% | 0.72% | - |
| XYZ | 24.58 | 19.25 | 4.25 | - |
| YUV | 117.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 38 | 0 | 0.46 | 0.79 | 0.28 | 25.07 | 0.66 | 0.44 |
| Hex | B8 | 63 | 26 | 0 | 2E | 4F | 1C | 19 | 42 | 2C |
| Octal | 270 | 143 | 46 | 0 | 56 | 117 | 34 | 31 | 102 | 54 |
| Binary | 10111000 | 1100011 | 100110 | 0 | 101110 | 1001111 | 11100 | 11001 | 1000010 | 101100 |
Color Harmonies of #B86326
Complementary color
Monochromatic Colors of #B86326
Black with #B86326
Text Example
Text Example
White with #B86326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86326; }
p { color: rgb(184,99,38); }
H1.HeaderClassName
{
color: #B86326;
}
.AnyTagClassName
{
color: #B86326;
}
</style>
background-color css
<style>
a { background-color: #B86326; }
a { background-color: rgb(184,99,38); }
div.DivClassName
{
background-color: #B86326;
}
.BgClassName
{
background-color: #B86326;
}
</style>
border-color css
<style>
span { border-color: #B86326; }
span { border-color: rgb(184,99,38); }
td.TdClassName
{
border-color: #B86326;
}
.TagClassName
{
border-color: #B86326;
}
</style>