Shades of Christine #BF672F
Tints of Christine #BF672F
RGB
CMYK
RGB Variations
Color information
#BF672F (or 0xBF672F) is known color: Christine. HEX triplet: BF, 67 and 2F. RGB value is (191,103,47). Sum of RGB (Red+Green+Blue) = 191+103+47=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF672F is #4098D0. Grayscale: #7B7B7B. Windows color (decimal): -4233425 or 3106751. OLE color: 3106751.
HSL color Cylindrical-coordinate representation of color #BF672F: hue angle of 23.33º degrees, saturation: 0.61, 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 #BF672F is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 47 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.25 |
| HSL | 23.33º | 0.61% | 0.47% | - |
| HSV(B) | 23.33º | 0.75% | 0.75% | - |
| XYZ | 26.85 | 20.98 | 5.32 | - |
| YUV | 122.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 47 | 0 | 0.46 | 0.75 | 0.25 | 23.33 | 0.61 | 0.47 |
| Hex | BF | 67 | 2F | 0 | 2E | 4B | 19 | 17 | 3D | 2F |
| Octal | 277 | 147 | 57 | 0 | 56 | 113 | 31 | 27 | 75 | 57 |
| Binary | 10111111 | 1100111 | 101111 | 0 | 101110 | 1001011 | 11001 | 10111 | 111101 | 101111 |
Color Harmonies of #BF672F
Complementary color
Monochromatic Colors of #BF672F
Black with #BF672F
Text Example
Text Example
White with #BF672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF672F; }
p { color: rgb(191,103,47); }
H1.HeaderClassName
{
color: #BF672F;
}
.AnyTagClassName
{
color: #BF672F;
}
</style>
background-color css
<style>
a { background-color: #BF672F; }
a { background-color: rgb(191,103,47); }
div.DivClassName
{
background-color: #BF672F;
}
.BgClassName
{
background-color: #BF672F;
}
</style>
border-color css
<style>
span { border-color: #BF672F; }
span { border-color: rgb(191,103,47); }
td.TdClassName
{
border-color: #BF672F;
}
.TagClassName
{
border-color: #BF672F;
}
</style>