Shades of Christine #BF6321
Tints of Christine #BF6321
RGB
CMYK
RGB Variations
Color information
#BF6321 (or 0xBF6321) is known color: Christine. HEX triplet: BF, 63 and 21. RGB value is (191,99,33). Sum of RGB (Red+Green+Blue) = 191+99+33=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6321 is #409CDE. Grayscale: #777777. Windows color (decimal): -4234463 or 2188223. OLE color: 2188223.
HSL color Cylindrical-coordinate representation of color #BF6321: hue angle of 25.06º 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 #BF6321 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 33 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.25 |
| HSL | 25.06º | 0.71% | 0.44% | - |
| HSV(B) | 25.06º | 0.83% | 0.75% | - |
| XYZ | 26.22 | 20.11 | 3.94 | - |
| YUV | 118.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 33 | 0 | 0.48 | 0.83 | 0.25 | 25.06 | 0.71 | 0.44 |
| Hex | BF | 63 | 21 | 0 | 30 | 53 | 19 | 19 | 47 | 2C |
| Octal | 277 | 143 | 41 | 0 | 60 | 123 | 31 | 31 | 107 | 54 |
| Binary | 10111111 | 1100011 | 100001 | 0 | 110000 | 1010011 | 11001 | 11001 | 1000111 | 101100 |
Color Harmonies of #BF6321
Complementary color
Monochromatic Colors of #BF6321
Black with #BF6321
Text Example
Text Example
White with #BF6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6321; }
p { color: rgb(191,99,33); }
H1.HeaderClassName
{
color: #BF6321;
}
.AnyTagClassName
{
color: #BF6321;
}
</style>
background-color css
<style>
a { background-color: #BF6321; }
a { background-color: rgb(191,99,33); }
div.DivClassName
{
background-color: #BF6321;
}
.BgClassName
{
background-color: #BF6321;
}
</style>
border-color css
<style>
span { border-color: #BF6321; }
span { border-color: rgb(191,99,33); }
td.TdClassName
{
border-color: #BF6321;
}
.TagClassName
{
border-color: #BF6321;
}
</style>