Shades of Christine #BF6728
Tints of Christine #BF6728
RGB
CMYK
RGB Variations
Color information
#BF6728 (or 0xBF6728) is known color: Christine. HEX triplet: BF, 67 and 28. RGB value is (191,103,40). Sum of RGB (Red+Green+Blue) = 191+103+40=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6728 is #4098D7. Grayscale: #7A7A7A. Windows color (decimal): -4233432 or 2647999. OLE color: 2647999.
HSL color Cylindrical-coordinate representation of color #BF6728: hue angle of 25.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF6728 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 40 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.25 |
| HSL | 25.03º | 0.65% | 0.45% | - |
| HSV(B) | 25.03º | 0.79% | 0.75% | - |
| XYZ | 26.72 | 20.93 | 4.64 | - |
| YUV | 122.13 | 81.65 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 40 | 0 | 0.46 | 0.79 | 0.25 | 25.03 | 0.65 | 0.45 |
| Hex | BF | 67 | 28 | 0 | 2E | 4F | 19 | 19 | 41 | 2D |
| Octal | 277 | 147 | 50 | 0 | 56 | 117 | 31 | 31 | 101 | 55 |
| Binary | 10111111 | 1100111 | 101000 | 0 | 101110 | 1001111 | 11001 | 11001 | 1000001 | 101101 |
Color Harmonies of #BF6728
Complementary color
Monochromatic Colors of #BF6728
Black with #BF6728
Text Example
Text Example
White with #BF6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6728; }
p { color: rgb(191,103,40); }
H1.HeaderClassName
{
color: #BF6728;
}
.AnyTagClassName
{
color: #BF6728;
}
</style>
background-color css
<style>
a { background-color: #BF6728; }
a { background-color: rgb(191,103,40); }
div.DivClassName
{
background-color: #BF6728;
}
.BgClassName
{
background-color: #BF6728;
}
</style>
border-color css
<style>
span { border-color: #BF6728; }
span { border-color: rgb(191,103,40); }
td.TdClassName
{
border-color: #BF6728;
}
.TagClassName
{
border-color: #BF6728;
}
</style>