Shades of Christine #BF6D34
Tints of Christine #BF6D34
RGB
CMYK
RGB Variations
Color information
#BF6D34 (or 0xBF6D34) is known color: Christine. HEX triplet: BF, 6D and 34. RGB value is (191,109,52). Sum of RGB (Red+Green+Blue) = 191+109+52=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6D34 is #4092CB. Grayscale: #7F7F7F. Windows color (decimal): -4231884 or 3435967. OLE color: 3435967.
HSL color Cylindrical-coordinate representation of color #BF6D34: hue angle of 24.6º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF6D34 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 52 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.25 |
| HSL | 24.6º | 0.57% | 0.48% | - |
| HSV(B) | 24.6º | 0.73% | 0.75% | - |
| XYZ | 27.57 | 22.26 | 6.09 | - |
| YUV | 127.02 | 85.67 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 52 | 0 | 0.43 | 0.73 | 0.25 | 24.6 | 0.57 | 0.48 |
| Hex | BF | 6D | 34 | 0 | 2B | 49 | 19 | 19 | 39 | 30 |
| Octal | 277 | 155 | 64 | 0 | 53 | 111 | 31 | 31 | 71 | 60 |
| Binary | 10111111 | 1101101 | 110100 | 0 | 101011 | 1001001 | 11001 | 11001 | 111001 | 110000 |
Color Harmonies of #BF6D34
Complementary color
Monochromatic Colors of #BF6D34
Black with #BF6D34
Text Example
Text Example
White with #BF6D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D34; }
p { color: rgb(191,109,52); }
H1.HeaderClassName
{
color: #BF6D34;
}
.AnyTagClassName
{
color: #BF6D34;
}
</style>
background-color css
<style>
a { background-color: #BF6D34; }
a { background-color: rgb(191,109,52); }
div.DivClassName
{
background-color: #BF6D34;
}
.BgClassName
{
background-color: #BF6D34;
}
</style>
border-color css
<style>
span { border-color: #BF6D34; }
span { border-color: rgb(191,109,52); }
td.TdClassName
{
border-color: #BF6D34;
}
.TagClassName
{
border-color: #BF6D34;
}
</style>