Shades of Christine #B9631D
Tints of Christine #B9631D
RGB
CMYK
RGB Variations
Color information
#B9631D (or 0xB9631D) is known color: Christine. HEX triplet: B9, 63 and 1D. RGB value is (185,99,29). Sum of RGB (Red+Green+Blue) = 185+99+29=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9631D is #469CE2. Grayscale: #757575. Windows color (decimal): -4627683 or 1926073. OLE color: 1926073.
HSL color Cylindrical-coordinate representation of color #B9631D: hue angle of 26.92º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9631D is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 29 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.27 |
| HSL | 26.92º | 0.73% | 0.42% | - |
| HSV(B) | 26.92º | 0.84% | 0.73% | - |
| XYZ | 24.69 | 19.33 | 3.59 | - |
| YUV | 116.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 29 | 0 | 0.46 | 0.84 | 0.27 | 26.92 | 0.73 | 0.42 |
| Hex | B9 | 63 | 1D | 0 | 2E | 54 | 1B | 1B | 49 | 2A |
| Octal | 271 | 143 | 35 | 0 | 56 | 124 | 33 | 33 | 111 | 52 |
| Binary | 10111001 | 1100011 | 11101 | 0 | 101110 | 1010100 | 11011 | 11011 | 1001001 | 101010 |
Color Harmonies of #B9631D
Complementary color
Monochromatic Colors of #B9631D
Black with #B9631D
Text Example
Text Example
White with #B9631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9631D; }
p { color: rgb(185,99,29); }
H1.HeaderClassName
{
color: #B9631D;
}
.AnyTagClassName
{
color: #B9631D;
}
</style>
background-color css
<style>
a { background-color: #B9631D; }
a { background-color: rgb(185,99,29); }
div.DivClassName
{
background-color: #B9631D;
}
.BgClassName
{
background-color: #B9631D;
}
</style>
border-color css
<style>
span { border-color: #B9631D; }
span { border-color: rgb(185,99,29); }
td.TdClassName
{
border-color: #B9631D;
}
.TagClassName
{
border-color: #B9631D;
}
</style>