Shades of Christine #B8621C
Tints of Christine #B8621C
RGB
CMYK
RGB Variations
Color information
#B8621C (or 0xB8621C) is known color: Christine. HEX triplet: B8, 62 and 1C. RGB value is (184,98,28). Sum of RGB (Red+Green+Blue) = 184+98+28=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8621C is #479DE3. Grayscale: #747474. Windows color (decimal): -4693476 or 1860280. OLE color: 1860280.
HSL color Cylindrical-coordinate representation of color #B8621C: hue angle of 26.92º 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 #B8621C is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 28 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.28 |
| HSL | 26.92º | 0.74% | 0.42% | - |
| HSV(B) | 26.92º | 0.85% | 0.72% | - |
| XYZ | 24.34 | 19.01 | 3.48 | - |
| YUV | 115.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 28 | 0 | 0.47 | 0.85 | 0.28 | 26.92 | 0.74 | 0.42 |
| Hex | B8 | 62 | 1C | 0 | 2F | 55 | 1C | 1B | 4A | 2A |
| Octal | 270 | 142 | 34 | 0 | 57 | 125 | 34 | 33 | 112 | 52 |
| Binary | 10111000 | 1100010 | 11100 | 0 | 101111 | 1010101 | 11100 | 11011 | 1001010 | 101010 |
Color Harmonies of #B8621C
Complementary color
Monochromatic Colors of #B8621C
Black with #B8621C
Text Example
Text Example
White with #B8621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8621C; }
p { color: rgb(184,98,28); }
H1.HeaderClassName
{
color: #B8621C;
}
.AnyTagClassName
{
color: #B8621C;
}
</style>
background-color css
<style>
a { background-color: #B8621C; }
a { background-color: rgb(184,98,28); }
div.DivClassName
{
background-color: #B8621C;
}
.BgClassName
{
background-color: #B8621C;
}
</style>
border-color css
<style>
span { border-color: #B8621C; }
span { border-color: rgb(184,98,28); }
td.TdClassName
{
border-color: #B8621C;
}
.TagClassName
{
border-color: #B8621C;
}
</style>