Shades of Christine #BF662F
Tints of Christine #BF662F
RGB
CMYK
RGB Variations
Color information
#BF662F (or 0xBF662F) is known color: Christine. HEX triplet: BF, 66 and 2F. RGB value is (191,102,47). Sum of RGB (Red+Green+Blue) = 191+102+47=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF662F is #4099D0. Grayscale: #7A7A7A. Windows color (decimal): -4233681 or 3106495. OLE color: 3106495.
HSL color Cylindrical-coordinate representation of color #BF662F: hue angle of 22.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF662F is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 47 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.25 |
| HSL | 22.92º | 0.61% | 0.47% | - |
| HSV(B) | 22.92º | 0.75% | 0.75% | - |
| XYZ | 26.75 | 20.78 | 5.29 | - |
| YUV | 122.34 | 85.49 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 47 | 0 | 0.47 | 0.75 | 0.25 | 22.92 | 0.61 | 0.47 |
| Hex | BF | 66 | 2F | 0 | 2F | 4B | 19 | 17 | 3D | 2F |
| Octal | 277 | 146 | 57 | 0 | 57 | 113 | 31 | 27 | 75 | 57 |
| Binary | 10111111 | 1100110 | 101111 | 0 | 101111 | 1001011 | 11001 | 10111 | 111101 | 101111 |
Color Harmonies of #BF662F
Complementary color
Monochromatic Colors of #BF662F
Black with #BF662F
Text Example
Text Example
White with #BF662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF662F; }
p { color: rgb(191,102,47); }
H1.HeaderClassName
{
color: #BF662F;
}
.AnyTagClassName
{
color: #BF662F;
}
</style>
background-color css
<style>
a { background-color: #BF662F; }
a { background-color: rgb(191,102,47); }
div.DivClassName
{
background-color: #BF662F;
}
.BgClassName
{
background-color: #BF662F;
}
</style>
border-color css
<style>
span { border-color: #BF662F; }
span { border-color: rgb(191,102,47); }
td.TdClassName
{
border-color: #BF662F;
}
.TagClassName
{
border-color: #BF662F;
}
</style>