Shades of Christine #BF5A1F
Tints of Christine #BF5A1F
RGB
CMYK
RGB Variations
Color information
#BF5A1F (or 0xBF5A1F) is known color: Christine. HEX triplet: BF, 5A and 1F. RGB value is (191,90,31). Sum of RGB (Red+Green+Blue) = 191+90+31=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A1F is #40A5E0. Grayscale: #717171. Windows color (decimal): -4236769 or 2054847. OLE color: 2054847.
HSL color Cylindrical-coordinate representation of color #BF5A1F: hue angle of 22.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF5A1F is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 31 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.25 |
| HSL | 22.13º | 0.72% | 0.44% | - |
| HSV(B) | 22.13º | 0.84% | 0.75% | - |
| XYZ | 25.39 | 18.49 | 3.53 | - |
| YUV | 113.47 | 81.46 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 31 | 0 | 0.53 | 0.84 | 0.25 | 22.13 | 0.72 | 0.44 |
| Hex | BF | 5A | 1F | 0 | 35 | 54 | 19 | 16 | 48 | 2C |
| Octal | 277 | 132 | 37 | 0 | 65 | 124 | 31 | 26 | 110 | 54 |
| Binary | 10111111 | 1011010 | 11111 | 0 | 110101 | 1010100 | 11001 | 10110 | 1001000 | 101100 |
Color Harmonies of #BF5A1F
Complementary color
Monochromatic Colors of #BF5A1F
Black with #BF5A1F
Text Example
Text Example
White with #BF5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A1F; }
p { color: rgb(191,90,31); }
H1.HeaderClassName
{
color: #BF5A1F;
}
.AnyTagClassName
{
color: #BF5A1F;
}
</style>
background-color css
<style>
a { background-color: #BF5A1F; }
a { background-color: rgb(191,90,31); }
div.DivClassName
{
background-color: #BF5A1F;
}
.BgClassName
{
background-color: #BF5A1F;
}
</style>
border-color css
<style>
span { border-color: #BF5A1F; }
span { border-color: rgb(191,90,31); }
td.TdClassName
{
border-color: #BF5A1F;
}
.TagClassName
{
border-color: #BF5A1F;
}
</style>