Shades of Christine #BF581E
Tints of Christine #BF581E
RGB
CMYK
RGB Variations
Color information
#BF581E (or 0xBF581E) is known color: Christine. HEX triplet: BF, 58 and 1E. RGB value is (191,88,30). Sum of RGB (Red+Green+Blue) = 191+88+30=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF581E is #40A7E1. Grayscale: #707070. Windows color (decimal): -4237282 or 1988799. OLE color: 1988799.
HSL color Cylindrical-coordinate representation of color #BF581E: hue angle of 21.61º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF581E is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 30 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.25 |
| HSL | 21.61º | 0.73% | 0.43% | - |
| HSV(B) | 21.61º | 0.84% | 0.75% | - |
| XYZ | 25.21 | 18.15 | 3.4 | - |
| YUV | 112.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 30 | 0 | 0.54 | 0.84 | 0.25 | 21.61 | 0.73 | 0.43 |
| Hex | BF | 58 | 1E | 0 | 36 | 54 | 19 | 16 | 49 | 2B |
| Octal | 277 | 130 | 36 | 0 | 66 | 124 | 31 | 26 | 111 | 53 |
| Binary | 10111111 | 1011000 | 11110 | 0 | 110110 | 1010100 | 11001 | 10110 | 1001001 | 101011 |
Color Harmonies of #BF581E
Complementary color
Monochromatic Colors of #BF581E
Black with #BF581E
Text Example
Text Example
White with #BF581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF581E; }
p { color: rgb(191,88,30); }
H1.HeaderClassName
{
color: #BF581E;
}
.AnyTagClassName
{
color: #BF581E;
}
</style>
background-color css
<style>
a { background-color: #BF581E; }
a { background-color: rgb(191,88,30); }
div.DivClassName
{
background-color: #BF581E;
}
.BgClassName
{
background-color: #BF581E;
}
</style>
border-color css
<style>
span { border-color: #BF581E; }
span { border-color: rgb(191,88,30); }
td.TdClassName
{
border-color: #BF581E;
}
.TagClassName
{
border-color: #BF581E;
}
</style>