Shades of Christine #BF6926
Tints of Christine #BF6926
RGB
CMYK
RGB Variations
Color information
#BF6926 (or 0xBF6926) is known color: Christine. HEX triplet: BF, 69 and 26. RGB value is (191,105,38). Sum of RGB (Red+Green+Blue) = 191+105+38=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6926 is #4096D9. Grayscale: #7B7B7B. Windows color (decimal): -4232922 or 2517439. OLE color: 2517439.
HSL color Cylindrical-coordinate representation of color #BF6926: hue angle of 26.27º degrees, saturation: 0.67, 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 #BF6926 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 38 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.25 |
| HSL | 26.27º | 0.67% | 0.45% | - |
| HSV(B) | 26.27º | 0.8% | 0.75% | - |
| XYZ | 26.89 | 21.32 | 4.53 | - |
| YUV | 123.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 38 | 0 | 0.45 | 0.80 | 0.25 | 26.27 | 0.67 | 0.45 |
| Hex | BF | 69 | 26 | 0 | 2D | 50 | 19 | 1A | 43 | 2D |
| Octal | 277 | 151 | 46 | 0 | 55 | 120 | 31 | 32 | 103 | 55 |
| Binary | 10111111 | 1101001 | 100110 | 0 | 101101 | 1010000 | 11001 | 11010 | 1000011 | 101101 |
Color Harmonies of #BF6926
Complementary color
Monochromatic Colors of #BF6926
Black with #BF6926
Text Example
Text Example
White with #BF6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6926; }
p { color: rgb(191,105,38); }
H1.HeaderClassName
{
color: #BF6926;
}
.AnyTagClassName
{
color: #BF6926;
}
</style>
background-color css
<style>
a { background-color: #BF6926; }
a { background-color: rgb(191,105,38); }
div.DivClassName
{
background-color: #BF6926;
}
.BgClassName
{
background-color: #BF6926;
}
</style>
border-color css
<style>
span { border-color: #BF6926; }
span { border-color: rgb(191,105,38); }
td.TdClassName
{
border-color: #BF6926;
}
.TagClassName
{
border-color: #BF6926;
}
</style>