Shades of Christine #B8601C
Tints of Christine #B8601C
RGB
CMYK
RGB Variations
Color information
#B8601C (or 0xB8601C) is known color: Christine. HEX triplet: B8, 60 and 1C. RGB value is (184,96,28). Sum of RGB (Red+Green+Blue) = 184+96+28=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B8601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8601C is #479FE3. Grayscale: #727272. Windows color (decimal): -4693988 or 1859768. OLE color: 1859768.
HSL color Cylindrical-coordinate representation of color #B8601C: hue angle of 26.15º 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 #B8601C is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 28 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.28 |
| HSL | 26.15º | 0.74% | 0.42% | - |
| HSV(B) | 26.15º | 0.85% | 0.72% | - |
| XYZ | 24.16 | 18.64 | 3.42 | - |
| YUV | 114.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 28 | 0 | 0.48 | 0.85 | 0.28 | 26.15 | 0.74 | 0.42 |
| Hex | B8 | 60 | 1C | 0 | 30 | 55 | 1C | 1A | 4A | 2A |
| Octal | 270 | 140 | 34 | 0 | 60 | 125 | 34 | 32 | 112 | 52 |
| Binary | 10111000 | 1100000 | 11100 | 0 | 110000 | 1010101 | 11100 | 11010 | 1001010 | 101010 |
Color Harmonies of #B8601C
Complementary color
Monochromatic Colors of #B8601C
Black with #B8601C
Text Example
Text Example
White with #B8601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8601C; }
p { color: rgb(184,96,28); }
H1.HeaderClassName
{
color: #B8601C;
}
.AnyTagClassName
{
color: #B8601C;
}
</style>
background-color css
<style>
a { background-color: #B8601C; }
a { background-color: rgb(184,96,28); }
div.DivClassName
{
background-color: #B8601C;
}
.BgClassName
{
background-color: #B8601C;
}
</style>
border-color css
<style>
span { border-color: #B8601C; }
span { border-color: rgb(184,96,28); }
td.TdClassName
{
border-color: #B8601C;
}
.TagClassName
{
border-color: #B8601C;
}
</style>