Shades of Christine #BF692C
Tints of Christine #BF692C
RGB
CMYK
RGB Variations
Color information
#BF692C (or 0xBF692C) is known color: Christine. HEX triplet: BF, 69 and 2C. RGB value is (191,105,44). Sum of RGB (Red+Green+Blue) = 191+105+44=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF692C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF692C is #4096D3. Grayscale: #7C7C7C. Windows color (decimal): -4232916 or 2910655. OLE color: 2910655.
HSL color Cylindrical-coordinate representation of color #BF692C: hue angle of 24.9º 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 #BF692C is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 44 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.25 |
| HSL | 24.9º | 0.63% | 0.46% | - |
| HSV(B) | 24.9º | 0.77% | 0.75% | - |
| XYZ | 26.99 | 21.36 | 5.08 | - |
| YUV | 123.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 44 | 0 | 0.45 | 0.77 | 0.25 | 24.9 | 0.63 | 0.46 |
| Hex | BF | 69 | 2C | 0 | 2D | 4D | 19 | 19 | 3F | 2E |
| Octal | 277 | 151 | 54 | 0 | 55 | 115 | 31 | 31 | 77 | 56 |
| Binary | 10111111 | 1101001 | 101100 | 0 | 101101 | 1001101 | 11001 | 11001 | 111111 | 101110 |
Color Harmonies of #BF692C
Complementary color
Monochromatic Colors of #BF692C
Black with #BF692C
Text Example
Text Example
White with #BF692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF692C; }
p { color: rgb(191,105,44); }
H1.HeaderClassName
{
color: #BF692C;
}
.AnyTagClassName
{
color: #BF692C;
}
</style>
background-color css
<style>
a { background-color: #BF692C; }
a { background-color: rgb(191,105,44); }
div.DivClassName
{
background-color: #BF692C;
}
.BgClassName
{
background-color: #BF692C;
}
</style>
border-color css
<style>
span { border-color: #BF692C; }
span { border-color: rgb(191,105,44); }
td.TdClassName
{
border-color: #BF692C;
}
.TagClassName
{
border-color: #BF692C;
}
</style>