Shades of Christine #BF6936
Tints of Christine #BF6936
RGB
CMYK
RGB Variations
Color information
#BF6936 (or 0xBF6936) is known color: Christine. HEX triplet: BF, 69 and 36. RGB value is (191,105,54). Sum of RGB (Red+Green+Blue) = 191+105+54=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6936 is #4096C9. Grayscale: #7D7D7D. Windows color (decimal): -4232906 or 3566015. OLE color: 3566015.
HSL color Cylindrical-coordinate representation of color #BF6936: hue angle of 22.34º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF6936 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 54 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.25 |
| HSL | 22.34º | 0.56% | 0.48% | - |
| HSV(B) | 22.34º | 0.72% | 0.75% | - |
| XYZ | 27.2 | 21.45 | 6.2 | - |
| YUV | 124.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 54 | 0 | 0.45 | 0.72 | 0.25 | 22.34 | 0.56 | 0.48 |
| Hex | BF | 69 | 36 | 0 | 2D | 48 | 19 | 16 | 38 | 30 |
| Octal | 277 | 151 | 66 | 0 | 55 | 110 | 31 | 26 | 70 | 60 |
| Binary | 10111111 | 1101001 | 110110 | 0 | 101101 | 1001000 | 11001 | 10110 | 111000 | 110000 |
Color Harmonies of #BF6936
Complementary color
Monochromatic Colors of #BF6936
Black with #BF6936
Text Example
Text Example
White with #BF6936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6936; }
p { color: rgb(191,105,54); }
H1.HeaderClassName
{
color: #BF6936;
}
.AnyTagClassName
{
color: #BF6936;
}
</style>
background-color css
<style>
a { background-color: #BF6936; }
a { background-color: rgb(191,105,54); }
div.DivClassName
{
background-color: #BF6936;
}
.BgClassName
{
background-color: #BF6936;
}
</style>
border-color css
<style>
span { border-color: #BF6936; }
span { border-color: rgb(191,105,54); }
td.TdClassName
{
border-color: #BF6936;
}
.TagClassName
{
border-color: #BF6936;
}
</style>