Shades of Christine #B8631D
Tints of Christine #B8631D
RGB
CMYK
RGB Variations
Color information
#B8631D (or 0xB8631D) is known color: Christine. HEX triplet: B8, 63 and 1D. RGB value is (184,99,29). Sum of RGB (Red+Green+Blue) = 184+99+29=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8631D is #479CE2. Grayscale: #747474. Windows color (decimal): -4693219 or 1926072. OLE color: 1926072.
HSL color Cylindrical-coordinate representation of color #B8631D: hue angle of 27.1º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8631D is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 29 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.28 |
| HSL | 27.1º | 0.73% | 0.42% | - |
| HSV(B) | 27.1º | 0.84% | 0.72% | - |
| XYZ | 24.45 | 19.2 | 3.58 | - |
| YUV | 116.44 | 78.66 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 29 | 0 | 0.46 | 0.84 | 0.28 | 27.1 | 0.73 | 0.42 |
| Hex | B8 | 63 | 1D | 0 | 2E | 54 | 1C | 1B | 49 | 2A |
| Octal | 270 | 143 | 35 | 0 | 56 | 124 | 34 | 33 | 111 | 52 |
| Binary | 10111000 | 1100011 | 11101 | 0 | 101110 | 1010100 | 11100 | 11011 | 1001001 | 101010 |
Color Harmonies of #B8631D
Complementary color
Monochromatic Colors of #B8631D
Black with #B8631D
Text Example
Text Example
White with #B8631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8631D; }
p { color: rgb(184,99,29); }
H1.HeaderClassName
{
color: #B8631D;
}
.AnyTagClassName
{
color: #B8631D;
}
</style>
background-color css
<style>
a { background-color: #B8631D; }
a { background-color: rgb(184,99,29); }
div.DivClassName
{
background-color: #B8631D;
}
.BgClassName
{
background-color: #B8631D;
}
</style>
border-color css
<style>
span { border-color: #B8631D; }
span { border-color: rgb(184,99,29); }
td.TdClassName
{
border-color: #B8631D;
}
.TagClassName
{
border-color: #B8631D;
}
</style>