Shades of Christine #BF5A19
Tints of Christine #BF5A19
RGB
CMYK
RGB Variations
Color information
#BF5A19 (or 0xBF5A19) is known color: Christine. HEX triplet: BF, 5A and 19. RGB value is (191,90,25). Sum of RGB (Red+Green+Blue) = 191+90+25=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5A19 is #40A5E6. Grayscale: #717171. Windows color (decimal): -4236775 or 1661631. OLE color: 1661631.
HSL color Cylindrical-coordinate representation of color #BF5A19: hue angle of 23.49º 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 #BF5A19 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 25 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.25 |
| HSL | 23.49º | 0.77% | 0.42% | - |
| HSV(B) | 23.49º | 0.87% | 0.75% | - |
| XYZ | 25.32 | 18.46 | 3.15 | - |
| YUV | 112.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 25 | 0 | 0.53 | 0.87 | 0.25 | 23.49 | 0.77 | 0.42 |
| Hex | BF | 5A | 19 | 0 | 35 | 57 | 19 | 17 | 4D | 2A |
| Octal | 277 | 132 | 31 | 0 | 65 | 127 | 31 | 27 | 115 | 52 |
| Binary | 10111111 | 1011010 | 11001 | 0 | 110101 | 1010111 | 11001 | 10111 | 1001101 | 101010 |
Color Harmonies of #BF5A19
Complementary color
Monochromatic Colors of #BF5A19
Black with #BF5A19
Text Example
Text Example
White with #BF5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A19; }
p { color: rgb(191,90,25); }
H1.HeaderClassName
{
color: #BF5A19;
}
.AnyTagClassName
{
color: #BF5A19;
}
</style>
background-color css
<style>
a { background-color: #BF5A19; }
a { background-color: rgb(191,90,25); }
div.DivClassName
{
background-color: #BF5A19;
}
.BgClassName
{
background-color: #BF5A19;
}
</style>
border-color css
<style>
span { border-color: #BF5A19; }
span { border-color: rgb(191,90,25); }
td.TdClassName
{
border-color: #BF5A19;
}
.TagClassName
{
border-color: #BF5A19;
}
</style>