Shades of Christine #B85D21
Tints of Christine #B85D21
RGB
CMYK
RGB Variations
Color information
#B85D21 (or 0xB85D21) is known color: Christine. HEX triplet: B8, 5D and 21. RGB value is (184,93,33). Sum of RGB (Red+Green+Blue) = 184+93+33=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D21 is #47A2DE. Grayscale: #717171. Windows color (decimal): -4694751 or 2186680. OLE color: 2186680.
HSL color Cylindrical-coordinate representation of color #B85D21: hue angle of 23.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B85D21 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 33 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.28 |
| HSL | 23.84º | 0.7% | 0.43% | - |
| HSV(B) | 23.84º | 0.82% | 0.72% | - |
| XYZ | 23.96 | 18.13 | 3.68 | - |
| YUV | 113.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 33 | 0 | 0.49 | 0.82 | 0.28 | 23.84 | 0.7 | 0.43 |
| Hex | B8 | 5D | 21 | 0 | 31 | 52 | 1C | 18 | 46 | 2B |
| Octal | 270 | 135 | 41 | 0 | 61 | 122 | 34 | 30 | 106 | 53 |
| Binary | 10111000 | 1011101 | 100001 | 0 | 110001 | 1010010 | 11100 | 11000 | 1000110 | 101011 |
Color Harmonies of #B85D21
Complementary color
Monochromatic Colors of #B85D21
Black with #B85D21
Text Example
Text Example
White with #B85D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D21; }
p { color: rgb(184,93,33); }
H1.HeaderClassName
{
color: #B85D21;
}
.AnyTagClassName
{
color: #B85D21;
}
</style>
background-color css
<style>
a { background-color: #B85D21; }
a { background-color: rgb(184,93,33); }
div.DivClassName
{
background-color: #B85D21;
}
.BgClassName
{
background-color: #B85D21;
}
</style>
border-color css
<style>
span { border-color: #B85D21; }
span { border-color: rgb(184,93,33); }
td.TdClassName
{
border-color: #B85D21;
}
.TagClassName
{
border-color: #B85D21;
}
</style>