Shades of Christine #BF6521
Tints of Christine #BF6521
RGB
CMYK
RGB Variations
Color information
#BF6521 (or 0xBF6521) is known color: Christine. HEX triplet: BF, 65 and 21. RGB value is (191,101,33). Sum of RGB (Red+Green+Blue) = 191+101+33=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6521 is #409ADE. Grayscale: #787878. Windows color (decimal): -4233951 or 2188735. OLE color: 2188735.
HSL color Cylindrical-coordinate representation of color #BF6521: hue angle of 25.82º 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 #BF6521 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 33 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.25 |
| HSL | 25.82º | 0.71% | 0.44% | - |
| HSV(B) | 25.82º | 0.83% | 0.75% | - |
| XYZ | 26.41 | 20.49 | 4 | - |
| YUV | 120.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 33 | 0 | 0.47 | 0.83 | 0.25 | 25.82 | 0.71 | 0.44 |
| Hex | BF | 65 | 21 | 0 | 2F | 53 | 19 | 1A | 47 | 2C |
| Octal | 277 | 145 | 41 | 0 | 57 | 123 | 31 | 32 | 107 | 54 |
| Binary | 10111111 | 1100101 | 100001 | 0 | 101111 | 1010011 | 11001 | 11010 | 1000111 | 101100 |
Color Harmonies of #BF6521
Complementary color
Monochromatic Colors of #BF6521
Black with #BF6521
Text Example
Text Example
White with #BF6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6521; }
p { color: rgb(191,101,33); }
H1.HeaderClassName
{
color: #BF6521;
}
.AnyTagClassName
{
color: #BF6521;
}
</style>
background-color css
<style>
a { background-color: #BF6521; }
a { background-color: rgb(191,101,33); }
div.DivClassName
{
background-color: #BF6521;
}
.BgClassName
{
background-color: #BF6521;
}
</style>
border-color css
<style>
span { border-color: #BF6521; }
span { border-color: rgb(191,101,33); }
td.TdClassName
{
border-color: #BF6521;
}
.TagClassName
{
border-color: #BF6521;
}
</style>