Shades of Christine #B85C14
Tints of Christine #B85C14
RGB
CMYK
RGB Variations
Color information
#B85C14 (or 0xB85C14) is known color: Christine. HEX triplet: B8, 5C and 14. RGB value is (184,92,20). Sum of RGB (Red+Green+Blue) = 184+92+20=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C14 is #47A3EB. Grayscale: #6F6F6F. Windows color (decimal): -4695020 or 1334456. OLE color: 1334456.
HSL color Cylindrical-coordinate representation of color #B85C14: hue angle of 26.34º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B85C14 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 20 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.28 |
| HSL | 26.34º | 0.8% | 0.4% | - |
| HSV(B) | 26.34º | 0.89% | 0.72% | - |
| XYZ | 23.72 | 17.9 | 2.87 | - |
| YUV | 111.3 | 76.48 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 20 | 0 | 0.50 | 0.89 | 0.28 | 26.34 | 0.8 | 0.4 |
| Hex | B8 | 5C | 14 | 0 | 32 | 59 | 1C | 1A | 50 | 28 |
| Octal | 270 | 134 | 24 | 0 | 62 | 131 | 34 | 32 | 120 | 50 |
| Binary | 10111000 | 1011100 | 10100 | 0 | 110010 | 1011001 | 11100 | 11010 | 1010000 | 101000 |
Color Harmonies of #B85C14
Complementary color
Monochromatic Colors of #B85C14
Black with #B85C14
Text Example
Text Example
White with #B85C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C14; }
p { color: rgb(184,92,20); }
H1.HeaderClassName
{
color: #B85C14;
}
.AnyTagClassName
{
color: #B85C14;
}
</style>
background-color css
<style>
a { background-color: #B85C14; }
a { background-color: rgb(184,92,20); }
div.DivClassName
{
background-color: #B85C14;
}
.BgClassName
{
background-color: #B85C14;
}
</style>
border-color css
<style>
span { border-color: #B85C14; }
span { border-color: rgb(184,92,20); }
td.TdClassName
{
border-color: #B85C14;
}
.TagClassName
{
border-color: #B85C14;
}
</style>