Shades of Christine #BF612C
Tints of Christine #BF612C
RGB
CMYK
RGB Variations
Color information
#BF612C (or 0xBF612C) is known color: Christine. HEX triplet: BF, 61 and 2C. RGB value is (191,97,44). Sum of RGB (Red+Green+Blue) = 191+97+44=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF612C is #409ED3. Grayscale: #777777. Windows color (decimal): -4234964 or 2908607. OLE color: 2908607.
HSL color Cylindrical-coordinate representation of color #BF612C: hue angle of 21.63º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF612C is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 44 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.25 |
| HSL | 21.63º | 0.63% | 0.46% | - |
| HSV(B) | 21.63º | 0.77% | 0.75% | - |
| XYZ | 26.22 | 19.81 | 4.82 | - |
| YUV | 119.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 44 | 0 | 0.49 | 0.77 | 0.25 | 21.63 | 0.63 | 0.46 |
| Hex | BF | 61 | 2C | 0 | 31 | 4D | 19 | 16 | 3F | 2E |
| Octal | 277 | 141 | 54 | 0 | 61 | 115 | 31 | 26 | 77 | 56 |
| Binary | 10111111 | 1100001 | 101100 | 0 | 110001 | 1001101 | 11001 | 10110 | 111111 | 101110 |
Color Harmonies of #BF612C
Complementary color
Monochromatic Colors of #BF612C
Black with #BF612C
Text Example
Text Example
White with #BF612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF612C; }
p { color: rgb(191,97,44); }
H1.HeaderClassName
{
color: #BF612C;
}
.AnyTagClassName
{
color: #BF612C;
}
</style>
background-color css
<style>
a { background-color: #BF612C; }
a { background-color: rgb(191,97,44); }
div.DivClassName
{
background-color: #BF612C;
}
.BgClassName
{
background-color: #BF612C;
}
</style>
border-color css
<style>
span { border-color: #BF612C; }
span { border-color: rgb(191,97,44); }
td.TdClassName
{
border-color: #BF612C;
}
.TagClassName
{
border-color: #BF612C;
}
</style>