Shades of Christine #BF6937
Tints of Christine #BF6937
RGB
CMYK
RGB Variations
Color information
#BF6937 (or 0xBF6937) is known color: Christine. HEX triplet: BF, 69 and 37. RGB value is (191,105,55). Sum of RGB (Red+Green+Blue) = 191+105+55=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6937 is #4096C8. Grayscale: #7D7D7D. Windows color (decimal): -4232905 or 3631551. OLE color: 3631551.
HSL color Cylindrical-coordinate representation of color #BF6937: hue angle of 22.06º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF6937 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 55 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.25 |
| HSL | 22.06º | 0.55% | 0.48% | - |
| HSV(B) | 22.06º | 0.71% | 0.75% | - |
| XYZ | 27.23 | 21.46 | 6.32 | - |
| YUV | 125.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 55 | 0 | 0.45 | 0.71 | 0.25 | 22.06 | 0.55 | 0.48 |
| Hex | BF | 69 | 37 | 0 | 2D | 47 | 19 | 16 | 37 | 30 |
| Octal | 277 | 151 | 67 | 0 | 55 | 107 | 31 | 26 | 67 | 60 |
| Binary | 10111111 | 1101001 | 110111 | 0 | 101101 | 1000111 | 11001 | 10110 | 110111 | 110000 |
Color Harmonies of #BF6937
Complementary color
Monochromatic Colors of #BF6937
Black with #BF6937
Text Example
Text Example
White with #BF6937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6937; }
p { color: rgb(191,105,55); }
H1.HeaderClassName
{
color: #BF6937;
}
.AnyTagClassName
{
color: #BF6937;
}
</style>
background-color css
<style>
a { background-color: #BF6937; }
a { background-color: rgb(191,105,55); }
div.DivClassName
{
background-color: #BF6937;
}
.BgClassName
{
background-color: #BF6937;
}
</style>
border-color css
<style>
span { border-color: #BF6937; }
span { border-color: rgb(191,105,55); }
td.TdClassName
{
border-color: #BF6937;
}
.TagClassName
{
border-color: #BF6937;
}
</style>