Shades of Christine #B85D23
Tints of Christine #B85D23
RGB
CMYK
RGB Variations
Color information
#B85D23 (or 0xB85D23) is known color: Christine. HEX triplet: B8, 5D and 23. RGB value is (184,93,35). Sum of RGB (Red+Green+Blue) = 184+93+35=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D23 is #47A2DC. Grayscale: #717171. Windows color (decimal): -4694749 or 2317752. OLE color: 2317752.
HSL color Cylindrical-coordinate representation of color #B85D23: hue angle of 23.36º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B85D23 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 35 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.28 |
| HSL | 23.36º | 0.68% | 0.43% | - |
| HSV(B) | 23.36º | 0.81% | 0.72% | - |
| XYZ | 23.98 | 18.14 | 3.83 | - |
| YUV | 113.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 35 | 0 | 0.49 | 0.81 | 0.28 | 23.36 | 0.68 | 0.43 |
| Hex | B8 | 5D | 23 | 0 | 31 | 51 | 1C | 17 | 44 | 2B |
| Octal | 270 | 135 | 43 | 0 | 61 | 121 | 34 | 27 | 104 | 53 |
| Binary | 10111000 | 1011101 | 100011 | 0 | 110001 | 1010001 | 11100 | 10111 | 1000100 | 101011 |
Color Harmonies of #B85D23
Complementary color
Monochromatic Colors of #B85D23
Black with #B85D23
Text Example
Text Example
White with #B85D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D23; }
p { color: rgb(184,93,35); }
H1.HeaderClassName
{
color: #B85D23;
}
.AnyTagClassName
{
color: #B85D23;
}
</style>
background-color css
<style>
a { background-color: #B85D23; }
a { background-color: rgb(184,93,35); }
div.DivClassName
{
background-color: #B85D23;
}
.BgClassName
{
background-color: #B85D23;
}
</style>
border-color css
<style>
span { border-color: #B85D23; }
span { border-color: rgb(184,93,35); }
td.TdClassName
{
border-color: #B85D23;
}
.TagClassName
{
border-color: #B85D23;
}
</style>