Shades of Christine #B85D1C
Tints of Christine #B85D1C
RGB
CMYK
RGB Variations
Color information
#B85D1C (or 0xB85D1C) is known color: Christine. HEX triplet: B8, 5D and 1C. RGB value is (184,93,28). Sum of RGB (Red+Green+Blue) = 184+93+28=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D1C is #47A2E3. Grayscale: #717171. Windows color (decimal): -4694756 or 1859000. OLE color: 1859000.
HSL color Cylindrical-coordinate representation of color #B85D1C: hue angle of 25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B85D1C is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 28 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.28 |
| HSL | 25º | 0.74% | 0.42% | - |
| HSV(B) | 25º | 0.85% | 0.72% | - |
| XYZ | 23.89 | 18.1 | 3.33 | - |
| YUV | 112.8 | 80.15 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 28 | 0 | 0.49 | 0.85 | 0.28 | 25 | 0.74 | 0.42 |
| Hex | B8 | 5D | 1C | 0 | 31 | 55 | 1C | 19 | 4A | 2A |
| Octal | 270 | 135 | 34 | 0 | 61 | 125 | 34 | 31 | 112 | 52 |
| Binary | 10111000 | 1011101 | 11100 | 0 | 110001 | 1010101 | 11100 | 11001 | 1001010 | 101010 |
Color Harmonies of #B85D1C
Complementary color
Monochromatic Colors of #B85D1C
Black with #B85D1C
Text Example
Text Example
White with #B85D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D1C; }
p { color: rgb(184,93,28); }
H1.HeaderClassName
{
color: #B85D1C;
}
.AnyTagClassName
{
color: #B85D1C;
}
</style>
background-color css
<style>
a { background-color: #B85D1C; }
a { background-color: rgb(184,93,28); }
div.DivClassName
{
background-color: #B85D1C;
}
.BgClassName
{
background-color: #B85D1C;
}
</style>
border-color css
<style>
span { border-color: #B85D1C; }
span { border-color: rgb(184,93,28); }
td.TdClassName
{
border-color: #B85D1C;
}
.TagClassName
{
border-color: #B85D1C;
}
</style>