Shades of Christine #BF6624
Tints of Christine #BF6624
RGB
CMYK
RGB Variations
Color information
#BF6624 (or 0xBF6624) is known color: Christine. HEX triplet: BF, 66 and 24. RGB value is (191,102,36). Sum of RGB (Red+Green+Blue) = 191+102+36=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6624 is #4099DB. Grayscale: #797979. Windows color (decimal): -4233692 or 2385599. OLE color: 2385599.
HSL color Cylindrical-coordinate representation of color #BF6624: hue angle of 25.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF6624 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 36 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.25 |
| HSL | 25.55º | 0.68% | 0.45% | - |
| HSV(B) | 25.55º | 0.81% | 0.75% | - |
| XYZ | 26.56 | 20.71 | 4.27 | - |
| YUV | 121.09 | 79.99 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 36 | 0 | 0.47 | 0.81 | 0.25 | 25.55 | 0.68 | 0.45 |
| Hex | BF | 66 | 24 | 0 | 2F | 51 | 19 | 1A | 44 | 2D |
| Octal | 277 | 146 | 44 | 0 | 57 | 121 | 31 | 32 | 104 | 55 |
| Binary | 10111111 | 1100110 | 100100 | 0 | 101111 | 1010001 | 11001 | 11010 | 1000100 | 101101 |
Color Harmonies of #BF6624
Complementary color
Monochromatic Colors of #BF6624
Black with #BF6624
Text Example
Text Example
White with #BF6624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6624; }
p { color: rgb(191,102,36); }
H1.HeaderClassName
{
color: #BF6624;
}
.AnyTagClassName
{
color: #BF6624;
}
</style>
background-color css
<style>
a { background-color: #BF6624; }
a { background-color: rgb(191,102,36); }
div.DivClassName
{
background-color: #BF6624;
}
.BgClassName
{
background-color: #BF6624;
}
</style>
border-color css
<style>
span { border-color: #BF6624; }
span { border-color: rgb(191,102,36); }
td.TdClassName
{
border-color: #BF6624;
}
.TagClassName
{
border-color: #BF6624;
}
</style>