Shades of Christine #BF602B
Tints of Christine #BF602B
RGB
CMYK
RGB Variations
Color information
#BF602B (or 0xBF602B) is known color: Christine. HEX triplet: BF, 60 and 2B. RGB value is (191,96,43). Sum of RGB (Red+Green+Blue) = 191+96+43=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF602B is #409FD4. Grayscale: #767676. Windows color (decimal): -4235221 or 2842815. OLE color: 2842815.
HSL color Cylindrical-coordinate representation of color #BF602B: hue angle of 21.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF602B is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 43 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.25 |
| HSL | 21.49º | 0.63% | 0.46% | - |
| HSV(B) | 21.49º | 0.77% | 0.75% | - |
| XYZ | 26.1 | 19.62 | 4.7 | - |
| YUV | 118.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 43 | 0 | 0.50 | 0.77 | 0.25 | 21.49 | 0.63 | 0.46 |
| Hex | BF | 60 | 2B | 0 | 32 | 4D | 19 | 15 | 3F | 2E |
| Octal | 277 | 140 | 53 | 0 | 62 | 115 | 31 | 25 | 77 | 56 |
| Binary | 10111111 | 1100000 | 101011 | 0 | 110010 | 1001101 | 11001 | 10101 | 111111 | 101110 |
Color Harmonies of #BF602B
Complementary color
Monochromatic Colors of #BF602B
Black with #BF602B
Text Example
Text Example
White with #BF602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF602B; }
p { color: rgb(191,96,43); }
H1.HeaderClassName
{
color: #BF602B;
}
.AnyTagClassName
{
color: #BF602B;
}
</style>
background-color css
<style>
a { background-color: #BF602B; }
a { background-color: rgb(191,96,43); }
div.DivClassName
{
background-color: #BF602B;
}
.BgClassName
{
background-color: #BF602B;
}
</style>
border-color css
<style>
span { border-color: #BF602B; }
span { border-color: rgb(191,96,43); }
td.TdClassName
{
border-color: #BF602B;
}
.TagClassName
{
border-color: #BF602B;
}
</style>