Shades of Christine #B8631F
Tints of Christine #B8631F
RGB
CMYK
RGB Variations
Color information
#B8631F (or 0xB8631F) is known color: Christine. HEX triplet: B8, 63 and 1F. RGB value is (184,99,31). Sum of RGB (Red+Green+Blue) = 184+99+31=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8631F is #479CE0. Grayscale: #757575. Windows color (decimal): -4693217 or 2057144. OLE color: 2057144.
HSL color Cylindrical-coordinate representation of color #B8631F: hue angle of 26.67º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8631F is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 31 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.28 |
| HSL | 26.67º | 0.71% | 0.42% | - |
| HSV(B) | 26.67º | 0.83% | 0.72% | - |
| XYZ | 24.48 | 19.21 | 3.71 | - |
| YUV | 116.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 31 | 0 | 0.46 | 0.83 | 0.28 | 26.67 | 0.71 | 0.42 |
| Hex | B8 | 63 | 1F | 0 | 2E | 53 | 1C | 1B | 47 | 2A |
| Octal | 270 | 143 | 37 | 0 | 56 | 123 | 34 | 33 | 107 | 52 |
| Binary | 10111000 | 1100011 | 11111 | 0 | 101110 | 1010011 | 11100 | 11011 | 1000111 | 101010 |
Color Harmonies of #B8631F
Complementary color
Monochromatic Colors of #B8631F
Black with #B8631F
Text Example
Text Example
White with #B8631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8631F; }
p { color: rgb(184,99,31); }
H1.HeaderClassName
{
color: #B8631F;
}
.AnyTagClassName
{
color: #B8631F;
}
</style>
background-color css
<style>
a { background-color: #B8631F; }
a { background-color: rgb(184,99,31); }
div.DivClassName
{
background-color: #B8631F;
}
.BgClassName
{
background-color: #B8631F;
}
</style>
border-color css
<style>
span { border-color: #B8631F; }
span { border-color: rgb(184,99,31); }
td.TdClassName
{
border-color: #B8631F;
}
.TagClassName
{
border-color: #B8631F;
}
</style>