Shades of Christine #B85E26
Tints of Christine #B85E26
RGB
CMYK
RGB Variations
Color information
#B85E26 (or 0xB85E26) is known color: Christine. HEX triplet: B8, 5E and 26. RGB value is (184,94,38). Sum of RGB (Red+Green+Blue) = 184+94+38=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E26 is #47A1D9. Grayscale: #727272. Windows color (decimal): -4694490 or 2514616. OLE color: 2514616.
HSL color Cylindrical-coordinate representation of color #B85E26: hue angle of 23.01º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B85E26 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 38 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.28 |
| HSL | 23.01º | 0.66% | 0.44% | - |
| HSV(B) | 23.01º | 0.79% | 0.72% | - |
| XYZ | 24.12 | 18.34 | 4.1 | - |
| YUV | 114.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 38 | 0 | 0.49 | 0.79 | 0.28 | 23.01 | 0.66 | 0.44 |
| Hex | B8 | 5E | 26 | 0 | 31 | 4F | 1C | 17 | 42 | 2C |
| Octal | 270 | 136 | 46 | 0 | 61 | 117 | 34 | 27 | 102 | 54 |
| Binary | 10111000 | 1011110 | 100110 | 0 | 110001 | 1001111 | 11100 | 10111 | 1000010 | 101100 |
Color Harmonies of #B85E26
Complementary color
Monochromatic Colors of #B85E26
Black with #B85E26
Text Example
Text Example
White with #B85E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E26; }
p { color: rgb(184,94,38); }
H1.HeaderClassName
{
color: #B85E26;
}
.AnyTagClassName
{
color: #B85E26;
}
</style>
background-color css
<style>
a { background-color: #B85E26; }
a { background-color: rgb(184,94,38); }
div.DivClassName
{
background-color: #B85E26;
}
.BgClassName
{
background-color: #B85E26;
}
</style>
border-color css
<style>
span { border-color: #B85E26; }
span { border-color: rgb(184,94,38); }
td.TdClassName
{
border-color: #B85E26;
}
.TagClassName
{
border-color: #B85E26;
}
</style>