Shades of Christine #B85D15
Tints of Christine #B85D15
RGB
CMYK
RGB Variations
Color information
#B85D15 (or 0xB85D15) is known color: Christine. HEX triplet: B8, 5D and 15. RGB value is (184,93,21). Sum of RGB (Red+Green+Blue) = 184+93+21=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D15 is #47A2EA. Grayscale: #707070. Windows color (decimal): -4694763 or 1400248. OLE color: 1400248.
HSL color Cylindrical-coordinate representation of color #B85D15: hue angle of 26.5º 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 #B85D15 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 21 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.28 |
| HSL | 26.5º | 0.8% | 0.4% | - |
| HSV(B) | 26.5º | 0.89% | 0.72% | - |
| XYZ | 23.82 | 18.07 | 2.94 | - |
| YUV | 112 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 21 | 0 | 0.49 | 0.89 | 0.28 | 26.5 | 0.8 | 0.4 |
| Hex | B8 | 5D | 15 | 0 | 31 | 59 | 1C | 1B | 50 | 28 |
| Octal | 270 | 135 | 25 | 0 | 61 | 131 | 34 | 33 | 120 | 50 |
| Binary | 10111000 | 1011101 | 10101 | 0 | 110001 | 1011001 | 11100 | 11011 | 1010000 | 101000 |
Color Harmonies of #B85D15
Complementary color
Monochromatic Colors of #B85D15
Black with #B85D15
Text Example
Text Example
White with #B85D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D15; }
p { color: rgb(184,93,21); }
H1.HeaderClassName
{
color: #B85D15;
}
.AnyTagClassName
{
color: #B85D15;
}
</style>
background-color css
<style>
a { background-color: #B85D15; }
a { background-color: rgb(184,93,21); }
div.DivClassName
{
background-color: #B85D15;
}
.BgClassName
{
background-color: #B85D15;
}
</style>
border-color css
<style>
span { border-color: #B85D15; }
span { border-color: rgb(184,93,21); }
td.TdClassName
{
border-color: #B85D15;
}
.TagClassName
{
border-color: #B85D15;
}
</style>