Shades of Christine #BF6620
Tints of Christine #BF6620
RGB
CMYK
RGB Variations
Color information
#BF6620 (or 0xBF6620) is known color: Christine. HEX triplet: BF, 66 and 20. RGB value is (191,102,32). Sum of RGB (Red+Green+Blue) = 191+102+32=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6620 is #4099DF. Grayscale: #787878. Windows color (decimal): -4233696 or 2123455. OLE color: 2123455.
HSL color Cylindrical-coordinate representation of color #BF6620: hue angle of 26.42º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF6620 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 32 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.25 |
| HSL | 26.42º | 0.71% | 0.44% | - |
| HSV(B) | 26.42º | 0.83% | 0.75% | - |
| XYZ | 26.5 | 20.68 | 3.96 | - |
| YUV | 120.63 | 77.99 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 32 | 0 | 0.47 | 0.83 | 0.25 | 26.42 | 0.71 | 0.44 |
| Hex | BF | 66 | 20 | 0 | 2F | 53 | 19 | 1A | 47 | 2C |
| Octal | 277 | 146 | 40 | 0 | 57 | 123 | 31 | 32 | 107 | 54 |
| Binary | 10111111 | 1100110 | 100000 | 0 | 101111 | 1010011 | 11001 | 11010 | 1000111 | 101100 |
Color Harmonies of #BF6620
Complementary color
Monochromatic Colors of #BF6620
Black with #BF6620
Text Example
Text Example
White with #BF6620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6620; }
p { color: rgb(191,102,32); }
H1.HeaderClassName
{
color: #BF6620;
}
.AnyTagClassName
{
color: #BF6620;
}
</style>
background-color css
<style>
a { background-color: #BF6620; }
a { background-color: rgb(191,102,32); }
div.DivClassName
{
background-color: #BF6620;
}
.BgClassName
{
background-color: #BF6620;
}
</style>
border-color css
<style>
span { border-color: #BF6620; }
span { border-color: rgb(191,102,32); }
td.TdClassName
{
border-color: #BF6620;
}
.TagClassName
{
border-color: #BF6620;
}
</style>