Shades of Christine #BF672E
Tints of Christine #BF672E
RGB
CMYK
RGB Variations
Color information
#BF672E (or 0xBF672E) is known color: Christine. HEX triplet: BF, 67 and 2E. RGB value is (191,103,46). Sum of RGB (Red+Green+Blue) = 191+103+46=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF672E is #4098D1. Grayscale: #7B7B7B. Windows color (decimal): -4233426 or 3041215. OLE color: 3041215.
HSL color Cylindrical-coordinate representation of color #BF672E: hue angle of 23.59º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF672E is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 46 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.25 |
| HSL | 23.59º | 0.61% | 0.46% | - |
| HSV(B) | 23.59º | 0.76% | 0.75% | - |
| XYZ | 26.83 | 20.97 | 5.22 | - |
| YUV | 122.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 46 | 0 | 0.46 | 0.76 | 0.25 | 23.59 | 0.61 | 0.46 |
| Hex | BF | 67 | 2E | 0 | 2E | 4C | 19 | 18 | 3D | 2E |
| Octal | 277 | 147 | 56 | 0 | 56 | 114 | 31 | 30 | 75 | 56 |
| Binary | 10111111 | 1100111 | 101110 | 0 | 101110 | 1001100 | 11001 | 11000 | 111101 | 101110 |
Color Harmonies of #BF672E
Complementary color
Monochromatic Colors of #BF672E
Black with #BF672E
Text Example
Text Example
White with #BF672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF672E; }
p { color: rgb(191,103,46); }
H1.HeaderClassName
{
color: #BF672E;
}
.AnyTagClassName
{
color: #BF672E;
}
</style>
background-color css
<style>
a { background-color: #BF672E; }
a { background-color: rgb(191,103,46); }
div.DivClassName
{
background-color: #BF672E;
}
.BgClassName
{
background-color: #BF672E;
}
</style>
border-color css
<style>
span { border-color: #BF672E; }
span { border-color: rgb(191,103,46); }
td.TdClassName
{
border-color: #BF672E;
}
.TagClassName
{
border-color: #BF672E;
}
</style>