Shades of Christine #BF5D19
Tints of Christine #BF5D19
RGB
CMYK
RGB Variations
Color information
#BF5D19 (or 0xBF5D19) is known color: Christine. HEX triplet: BF, 5D and 19. RGB value is (191,93,25). Sum of RGB (Red+Green+Blue) = 191+93+25=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D19 is #40A2E6. Grayscale: #727272. Windows color (decimal): -4236007 or 1662399. OLE color: 1662399.
HSL color Cylindrical-coordinate representation of color #BF5D19: hue angle of 24.58º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF5D19 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 25 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.25 |
| HSL | 24.58º | 0.77% | 0.42% | - |
| HSV(B) | 24.58º | 0.87% | 0.75% | - |
| XYZ | 25.58 | 18.98 | 3.23 | - |
| YUV | 114.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 25 | 0 | 0.51 | 0.87 | 0.25 | 24.58 | 0.77 | 0.42 |
| Hex | BF | 5D | 19 | 0 | 33 | 57 | 19 | 19 | 4D | 2A |
| Octal | 277 | 135 | 31 | 0 | 63 | 127 | 31 | 31 | 115 | 52 |
| Binary | 10111111 | 1011101 | 11001 | 0 | 110011 | 1010111 | 11001 | 11001 | 1001101 | 101010 |
Color Harmonies of #BF5D19
Complementary color
Monochromatic Colors of #BF5D19
Black with #BF5D19
Text Example
Text Example
White with #BF5D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D19; }
p { color: rgb(191,93,25); }
H1.HeaderClassName
{
color: #BF5D19;
}
.AnyTagClassName
{
color: #BF5D19;
}
</style>
background-color css
<style>
a { background-color: #BF5D19; }
a { background-color: rgb(191,93,25); }
div.DivClassName
{
background-color: #BF5D19;
}
.BgClassName
{
background-color: #BF5D19;
}
</style>
border-color css
<style>
span { border-color: #BF5D19; }
span { border-color: rgb(191,93,25); }
td.TdClassName
{
border-color: #BF5D19;
}
.TagClassName
{
border-color: #BF5D19;
}
</style>