Shades of Christine #BF5E20
Tints of Christine #BF5E20
RGB
CMYK
RGB Variations
Color information
#BF5E20 (or 0xBF5E20) is known color: Christine. HEX triplet: BF, 5E and 20. RGB value is (191,94,32). Sum of RGB (Red+Green+Blue) = 191+94+32=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E20 is #40A1DF. Grayscale: #747474. Windows color (decimal): -4235744 or 2121407. OLE color: 2121407.
HSL color Cylindrical-coordinate representation of color #BF5E20: hue angle of 23.4º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF5E20 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 32 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.25 |
| HSL | 23.4º | 0.71% | 0.44% | - |
| HSV(B) | 23.4º | 0.83% | 0.75% | - |
| XYZ | 25.75 | 19.19 | 3.71 | - |
| YUV | 115.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 32 | 0 | 0.51 | 0.83 | 0.25 | 23.4 | 0.71 | 0.44 |
| Hex | BF | 5E | 20 | 0 | 33 | 53 | 19 | 17 | 47 | 2C |
| Octal | 277 | 136 | 40 | 0 | 63 | 123 | 31 | 27 | 107 | 54 |
| Binary | 10111111 | 1011110 | 100000 | 0 | 110011 | 1010011 | 11001 | 10111 | 1000111 | 101100 |
Color Harmonies of #BF5E20
Complementary color
Monochromatic Colors of #BF5E20
Black with #BF5E20
Text Example
Text Example
White with #BF5E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E20; }
p { color: rgb(191,94,32); }
H1.HeaderClassName
{
color: #BF5E20;
}
.AnyTagClassName
{
color: #BF5E20;
}
</style>
background-color css
<style>
a { background-color: #BF5E20; }
a { background-color: rgb(191,94,32); }
div.DivClassName
{
background-color: #BF5E20;
}
.BgClassName
{
background-color: #BF5E20;
}
</style>
border-color css
<style>
span { border-color: #BF5E20; }
span { border-color: rgb(191,94,32); }
td.TdClassName
{
border-color: #BF5E20;
}
.TagClassName
{
border-color: #BF5E20;
}
</style>