Shades of Christine #BF6726
Tints of Christine #BF6726
RGB
CMYK
RGB Variations
Color information
#BF6726 (or 0xBF6726) is known color: Christine. HEX triplet: BF, 67 and 26. RGB value is (191,103,38). Sum of RGB (Red+Green+Blue) = 191+103+38=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6726 is #4098D9. Grayscale: #7A7A7A. Windows color (decimal): -4233434 or 2516927. OLE color: 2516927.
HSL color Cylindrical-coordinate representation of color #BF6726: hue angle of 25.49º 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 #BF6726 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 38 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.25 |
| HSL | 25.49º | 0.67% | 0.45% | - |
| HSV(B) | 25.49º | 0.8% | 0.75% | - |
| XYZ | 26.69 | 20.92 | 4.46 | - |
| YUV | 121.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 38 | 0 | 0.46 | 0.80 | 0.25 | 25.49 | 0.67 | 0.45 |
| Hex | BF | 67 | 26 | 0 | 2E | 50 | 19 | 19 | 43 | 2D |
| Octal | 277 | 147 | 46 | 0 | 56 | 120 | 31 | 31 | 103 | 55 |
| Binary | 10111111 | 1100111 | 100110 | 0 | 101110 | 1010000 | 11001 | 11001 | 1000011 | 101101 |
Color Harmonies of #BF6726
Complementary color
Monochromatic Colors of #BF6726
Black with #BF6726
Text Example
Text Example
White with #BF6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6726; }
p { color: rgb(191,103,38); }
H1.HeaderClassName
{
color: #BF6726;
}
.AnyTagClassName
{
color: #BF6726;
}
</style>
background-color css
<style>
a { background-color: #BF6726; }
a { background-color: rgb(191,103,38); }
div.DivClassName
{
background-color: #BF6726;
}
.BgClassName
{
background-color: #BF6726;
}
</style>
border-color css
<style>
span { border-color: #BF6726; }
span { border-color: rgb(191,103,38); }
td.TdClassName
{
border-color: #BF6726;
}
.TagClassName
{
border-color: #BF6726;
}
</style>