Shades of Christine #B85C18
Tints of Christine #B85C18
RGB
CMYK
RGB Variations
Color information
#B85C18 (or 0xB85C18) is known color: Christine. HEX triplet: B8, 5C and 18. RGB value is (184,92,24). Sum of RGB (Red+Green+Blue) = 184+92+24=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C18 is #47A3E7. Grayscale: #707070. Windows color (decimal): -4695016 or 1596600. OLE color: 1596600.
HSL color Cylindrical-coordinate representation of color #B85C18: hue angle of 25.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B85C18 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 24 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.28 |
| HSL | 25.5º | 0.77% | 0.41% | - |
| HSV(B) | 25.5º | 0.87% | 0.72% | - |
| XYZ | 23.76 | 17.91 | 3.07 | - |
| YUV | 111.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 24 | 0 | 0.50 | 0.87 | 0.28 | 25.5 | 0.77 | 0.41 |
| Hex | B8 | 5C | 18 | 0 | 32 | 57 | 1C | 1A | 4D | 29 |
| Octal | 270 | 134 | 30 | 0 | 62 | 127 | 34 | 32 | 115 | 51 |
| Binary | 10111000 | 1011100 | 11000 | 0 | 110010 | 1010111 | 11100 | 11010 | 1001101 | 101001 |
Color Harmonies of #B85C18
Complementary color
Monochromatic Colors of #B85C18
Black with #B85C18
Text Example
Text Example
White with #B85C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C18; }
p { color: rgb(184,92,24); }
H1.HeaderClassName
{
color: #B85C18;
}
.AnyTagClassName
{
color: #B85C18;
}
</style>
background-color css
<style>
a { background-color: #B85C18; }
a { background-color: rgb(184,92,24); }
div.DivClassName
{
background-color: #B85C18;
}
.BgClassName
{
background-color: #B85C18;
}
</style>
border-color css
<style>
span { border-color: #B85C18; }
span { border-color: rgb(184,92,24); }
td.TdClassName
{
border-color: #B85C18;
}
.TagClassName
{
border-color: #B85C18;
}
</style>