Shades of Christine #BF602E
Tints of Christine #BF602E
RGB
CMYK
RGB Variations
Color information
#BF602E (or 0xBF602E) is known color: Christine. HEX triplet: BF, 60 and 2E. RGB value is (191,96,46). Sum of RGB (Red+Green+Blue) = 191+96+46=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF602E is #409FD1. Grayscale: #777777. Windows color (decimal): -4235218 or 3039423. OLE color: 3039423.
HSL color Cylindrical-coordinate representation of color #BF602E: hue angle of 20.69º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF602E is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 46 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.25 |
| HSL | 20.69º | 0.61% | 0.46% | - |
| HSV(B) | 20.69º | 0.76% | 0.75% | - |
| XYZ | 26.16 | 19.64 | 5 | - |
| YUV | 118.71 | 86.97 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 46 | 0 | 0.50 | 0.76 | 0.25 | 20.69 | 0.61 | 0.46 |
| Hex | BF | 60 | 2E | 0 | 32 | 4C | 19 | 15 | 3D | 2E |
| Octal | 277 | 140 | 56 | 0 | 62 | 114 | 31 | 25 | 75 | 56 |
| Binary | 10111111 | 1100000 | 101110 | 0 | 110010 | 1001100 | 11001 | 10101 | 111101 | 101110 |
Color Harmonies of #BF602E
Complementary color
Monochromatic Colors of #BF602E
Black with #BF602E
Text Example
Text Example
White with #BF602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF602E; }
p { color: rgb(191,96,46); }
H1.HeaderClassName
{
color: #BF602E;
}
.AnyTagClassName
{
color: #BF602E;
}
</style>
background-color css
<style>
a { background-color: #BF602E; }
a { background-color: rgb(191,96,46); }
div.DivClassName
{
background-color: #BF602E;
}
.BgClassName
{
background-color: #BF602E;
}
</style>
border-color css
<style>
span { border-color: #BF602E; }
span { border-color: rgb(191,96,46); }
td.TdClassName
{
border-color: #BF602E;
}
.TagClassName
{
border-color: #BF602E;
}
</style>