Shades of Christine #BF691D
Tints of Christine #BF691D
RGB
CMYK
RGB Variations
Color information
#BF691D (or 0xBF691D) is known color: Christine. HEX triplet: BF, 69 and 1D. RGB value is (191,105,29). Sum of RGB (Red+Green+Blue) = 191+105+29=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF691D is #4096E2. Grayscale: #7A7A7A. Windows color (decimal): -4232931 or 1927615. OLE color: 1927615.
HSL color Cylindrical-coordinate representation of color #BF691D: hue angle of 28.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF691D is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 29 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.25 |
| HSL | 28.15º | 0.74% | 0.43% | - |
| HSV(B) | 28.15º | 0.85% | 0.75% | - |
| XYZ | 26.76 | 21.27 | 3.86 | - |
| YUV | 122.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 29 | 0 | 0.45 | 0.85 | 0.25 | 28.15 | 0.74 | 0.43 |
| Hex | BF | 69 | 1D | 0 | 2D | 55 | 19 | 1C | 4A | 2B |
| Octal | 277 | 151 | 35 | 0 | 55 | 125 | 31 | 34 | 112 | 53 |
| Binary | 10111111 | 1101001 | 11101 | 0 | 101101 | 1010101 | 11001 | 11100 | 1001010 | 101011 |
Color Harmonies of #BF691D
Complementary color
Monochromatic Colors of #BF691D
Black with #BF691D
Text Example
Text Example
White with #BF691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF691D; }
p { color: rgb(191,105,29); }
H1.HeaderClassName
{
color: #BF691D;
}
.AnyTagClassName
{
color: #BF691D;
}
</style>
background-color css
<style>
a { background-color: #BF691D; }
a { background-color: rgb(191,105,29); }
div.DivClassName
{
background-color: #BF691D;
}
.BgClassName
{
background-color: #BF691D;
}
</style>
border-color css
<style>
span { border-color: #BF691D; }
span { border-color: rgb(191,105,29); }
td.TdClassName
{
border-color: #BF691D;
}
.TagClassName
{
border-color: #BF691D;
}
</style>