Shades of Christine #BF6827
Tints of Christine #BF6827
RGB
CMYK
RGB Variations
Color information
#BF6827 (or 0xBF6827) is known color: Christine. HEX triplet: BF, 68 and 27. RGB value is (191,104,39). Sum of RGB (Red+Green+Blue) = 191+104+39=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6827 is #4097D8. Grayscale: #7A7A7A. Windows color (decimal): -4233177 or 2582719. OLE color: 2582719.
HSL color Cylindrical-coordinate representation of color #BF6827: hue angle of 25.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF6827 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 39 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.25 |
| HSL | 25.66º | 0.66% | 0.45% | - |
| HSV(B) | 25.66º | 0.8% | 0.75% | - |
| XYZ | 26.8 | 21.12 | 4.58 | - |
| YUV | 122.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 39 | 0 | 0.46 | 0.80 | 0.25 | 25.66 | 0.66 | 0.45 |
| Hex | BF | 68 | 27 | 0 | 2E | 50 | 19 | 1A | 42 | 2D |
| Octal | 277 | 150 | 47 | 0 | 56 | 120 | 31 | 32 | 102 | 55 |
| Binary | 10111111 | 1101000 | 100111 | 0 | 101110 | 1010000 | 11001 | 11010 | 1000010 | 101101 |
Color Harmonies of #BF6827
Complementary color
Monochromatic Colors of #BF6827
Black with #BF6827
Text Example
Text Example
White with #BF6827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6827; }
p { color: rgb(191,104,39); }
H1.HeaderClassName
{
color: #BF6827;
}
.AnyTagClassName
{
color: #BF6827;
}
</style>
background-color css
<style>
a { background-color: #BF6827; }
a { background-color: rgb(191,104,39); }
div.DivClassName
{
background-color: #BF6827;
}
.BgClassName
{
background-color: #BF6827;
}
</style>
border-color css
<style>
span { border-color: #BF6827; }
span { border-color: rgb(191,104,39); }
td.TdClassName
{
border-color: #BF6827;
}
.TagClassName
{
border-color: #BF6827;
}
</style>