Shades of Christine #B86619
Tints of Christine #B86619
RGB
CMYK
RGB Variations
Color information
#B86619 (or 0xB86619) is known color: Christine. HEX triplet: B8, 66 and 19. RGB value is (184,102,25). Sum of RGB (Red+Green+Blue) = 184+102+25=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B86619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86619 is #4799E6. Grayscale: #767676. Windows color (decimal): -4692455 or 1664696. OLE color: 1664696.
HSL color Cylindrical-coordinate representation of color #B86619: hue angle of 29.06º 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 #B86619 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 25 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.28 |
| HSL | 29.06º | 0.76% | 0.41% | - |
| HSV(B) | 29.06º | 0.86% | 0.72% | - |
| XYZ | 24.69 | 19.76 | 3.43 | - |
| YUV | 117.74 | 75.67 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 25 | 0 | 0.45 | 0.86 | 0.28 | 29.06 | 0.76 | 0.41 |
| Hex | B8 | 66 | 19 | 0 | 2D | 56 | 1C | 1D | 4C | 29 |
| Octal | 270 | 146 | 31 | 0 | 55 | 126 | 34 | 35 | 114 | 51 |
| Binary | 10111000 | 1100110 | 11001 | 0 | 101101 | 1010110 | 11100 | 11101 | 1001100 | 101001 |
Color Harmonies of #B86619
Complementary color
Monochromatic Colors of #B86619
Black with #B86619
Text Example
Text Example
White with #B86619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86619; }
p { color: rgb(184,102,25); }
H1.HeaderClassName
{
color: #B86619;
}
.AnyTagClassName
{
color: #B86619;
}
</style>
background-color css
<style>
a { background-color: #B86619; }
a { background-color: rgb(184,102,25); }
div.DivClassName
{
background-color: #B86619;
}
.BgClassName
{
background-color: #B86619;
}
</style>
border-color css
<style>
span { border-color: #B86619; }
span { border-color: rgb(184,102,25); }
td.TdClassName
{
border-color: #B86619;
}
.TagClassName
{
border-color: #B86619;
}
</style>