Shades of Christine #B86319
Tints of Christine #B86319
RGB
CMYK
RGB Variations
Color information
#B86319 (or 0xB86319) is known color: Christine. HEX triplet: B8, 63 and 19. RGB value is (184,99,25). Sum of RGB (Red+Green+Blue) = 184+99+25=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B86319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86319 is #479CE6. Grayscale: #747474. Windows color (decimal): -4693223 or 1663928. OLE color: 1663928.
HSL color Cylindrical-coordinate representation of color #B86319: hue angle of 27.92º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B86319 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 25 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.28 |
| HSL | 27.92º | 0.76% | 0.41% | - |
| HSV(B) | 27.92º | 0.86% | 0.72% | - |
| XYZ | 24.4 | 19.18 | 3.34 | - |
| YUV | 115.98 | 76.66 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 25 | 0 | 0.46 | 0.86 | 0.28 | 27.92 | 0.76 | 0.41 |
| Hex | B8 | 63 | 19 | 0 | 2E | 56 | 1C | 1C | 4C | 29 |
| Octal | 270 | 143 | 31 | 0 | 56 | 126 | 34 | 34 | 114 | 51 |
| Binary | 10111000 | 1100011 | 11001 | 0 | 101110 | 1010110 | 11100 | 11100 | 1001100 | 101001 |
Color Harmonies of #B86319
Complementary color
Monochromatic Colors of #B86319
Black with #B86319
Text Example
Text Example
White with #B86319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86319; }
p { color: rgb(184,99,25); }
H1.HeaderClassName
{
color: #B86319;
}
.AnyTagClassName
{
color: #B86319;
}
</style>
background-color css
<style>
a { background-color: #B86319; }
a { background-color: rgb(184,99,25); }
div.DivClassName
{
background-color: #B86319;
}
.BgClassName
{
background-color: #B86319;
}
</style>
border-color css
<style>
span { border-color: #B86319; }
span { border-color: rgb(184,99,25); }
td.TdClassName
{
border-color: #B86319;
}
.TagClassName
{
border-color: #B86319;
}
</style>