Shades of Christine #BF6430
Tints of Christine #BF6430
RGB
CMYK
RGB Variations
Color information
#BF6430 (or 0xBF6430) is known color: Christine. HEX triplet: BF, 64 and 30. RGB value is (191,100,48). Sum of RGB (Red+Green+Blue) = 191+100+48=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6430 is #409BCF. Grayscale: #797979. Windows color (decimal): -4234192 or 3171519. OLE color: 3171519.
HSL color Cylindrical-coordinate representation of color #BF6430: hue angle of 21.82º degrees, saturation: 0.6, 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 #BF6430 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 48 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.25 |
| HSL | 21.82º | 0.6% | 0.47% | - |
| HSV(B) | 21.82º | 0.75% | 0.75% | - |
| XYZ | 26.58 | 20.4 | 5.33 | - |
| YUV | 121.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 48 | 0 | 0.48 | 0.75 | 0.25 | 21.82 | 0.6 | 0.47 |
| Hex | BF | 64 | 30 | 0 | 30 | 4B | 19 | 16 | 3C | 2F |
| Octal | 277 | 144 | 60 | 0 | 60 | 113 | 31 | 26 | 74 | 57 |
| Binary | 10111111 | 1100100 | 110000 | 0 | 110000 | 1001011 | 11001 | 10110 | 111100 | 101111 |
Color Harmonies of #BF6430
Complementary color
Monochromatic Colors of #BF6430
Black with #BF6430
Text Example
Text Example
White with #BF6430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6430; }
p { color: rgb(191,100,48); }
H1.HeaderClassName
{
color: #BF6430;
}
.AnyTagClassName
{
color: #BF6430;
}
</style>
background-color css
<style>
a { background-color: #BF6430; }
a { background-color: rgb(191,100,48); }
div.DivClassName
{
background-color: #BF6430;
}
.BgClassName
{
background-color: #BF6430;
}
</style>
border-color css
<style>
span { border-color: #BF6430; }
span { border-color: rgb(191,100,48); }
td.TdClassName
{
border-color: #BF6430;
}
.TagClassName
{
border-color: #BF6430;
}
</style>