Shades of Christine #BF661D
Tints of Christine #BF661D
RGB
CMYK
RGB Variations
Color information
#BF661D (or 0xBF661D) is known color: Christine. HEX triplet: BF, 66 and 1D. RGB value is (191,102,29). Sum of RGB (Red+Green+Blue) = 191+102+29=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF661D is #4099E2. Grayscale: #787878. Windows color (decimal): -4233699 or 1926847. OLE color: 1926847.
HSL color Cylindrical-coordinate representation of color #BF661D: hue angle of 27.04º 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 #BF661D is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 29 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.25 |
| HSL | 27.04º | 0.74% | 0.43% | - |
| HSV(B) | 27.04º | 0.85% | 0.75% | - |
| XYZ | 26.46 | 20.67 | 3.76 | - |
| YUV | 120.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 29 | 0 | 0.47 | 0.85 | 0.25 | 27.04 | 0.74 | 0.43 |
| Hex | BF | 66 | 1D | 0 | 2F | 55 | 19 | 1B | 4A | 2B |
| Octal | 277 | 146 | 35 | 0 | 57 | 125 | 31 | 33 | 112 | 53 |
| Binary | 10111111 | 1100110 | 11101 | 0 | 101111 | 1010101 | 11001 | 11011 | 1001010 | 101011 |
Color Harmonies of #BF661D
Complementary color
Monochromatic Colors of #BF661D
Black with #BF661D
Text Example
Text Example
White with #BF661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF661D; }
p { color: rgb(191,102,29); }
H1.HeaderClassName
{
color: #BF661D;
}
.AnyTagClassName
{
color: #BF661D;
}
</style>
background-color css
<style>
a { background-color: #BF661D; }
a { background-color: rgb(191,102,29); }
div.DivClassName
{
background-color: #BF661D;
}
.BgClassName
{
background-color: #BF661D;
}
</style>
border-color css
<style>
span { border-color: #BF661D; }
span { border-color: rgb(191,102,29); }
td.TdClassName
{
border-color: #BF661D;
}
.TagClassName
{
border-color: #BF661D;
}
</style>