Shades of Christine #BF601D
Tints of Christine #BF601D
RGB
CMYK
RGB Variations
Color information
#BF601D (or 0xBF601D) is known color: Christine. HEX triplet: BF, 60 and 1D. RGB value is (191,96,29). Sum of RGB (Red+Green+Blue) = 191+96+29=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF601D is #409FE2. Grayscale: #757575. Windows color (decimal): -4235235 or 1925311. OLE color: 1925311.
HSL color Cylindrical-coordinate representation of color #BF601D: hue angle of 24.81º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF601D is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 29 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.25 |
| HSL | 24.81º | 0.74% | 0.43% | - |
| HSV(B) | 24.81º | 0.85% | 0.75% | - |
| XYZ | 25.89 | 19.53 | 3.57 | - |
| YUV | 116.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 29 | 0 | 0.50 | 0.85 | 0.25 | 24.81 | 0.74 | 0.43 |
| Hex | BF | 60 | 1D | 0 | 32 | 55 | 19 | 19 | 4A | 2B |
| Octal | 277 | 140 | 35 | 0 | 62 | 125 | 31 | 31 | 112 | 53 |
| Binary | 10111111 | 1100000 | 11101 | 0 | 110010 | 1010101 | 11001 | 11001 | 1001010 | 101011 |
Color Harmonies of #BF601D
Complementary color
Monochromatic Colors of #BF601D
Black with #BF601D
Text Example
Text Example
White with #BF601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF601D; }
p { color: rgb(191,96,29); }
H1.HeaderClassName
{
color: #BF601D;
}
.AnyTagClassName
{
color: #BF601D;
}
</style>
background-color css
<style>
a { background-color: #BF601D; }
a { background-color: rgb(191,96,29); }
div.DivClassName
{
background-color: #BF601D;
}
.BgClassName
{
background-color: #BF601D;
}
</style>
border-color css
<style>
span { border-color: #BF601D; }
span { border-color: rgb(191,96,29); }
td.TdClassName
{
border-color: #BF601D;
}
.TagClassName
{
border-color: #BF601D;
}
</style>