Shades of Christine #BF6B31
Tints of Christine #BF6B31
RGB
CMYK
RGB Variations
Color information
#BF6B31 (or 0xBF6B31) is known color: Christine. HEX triplet: BF, 6B and 31. RGB value is (191,107,49). Sum of RGB (Red+Green+Blue) = 191+107+49=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B31 is #4094CE. Grayscale: #7D7D7D. Windows color (decimal): -4232399 or 3238847. OLE color: 3238847.
HSL color Cylindrical-coordinate representation of color #BF6B31: hue angle of 24.51º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF6B31 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 49 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.25 |
| HSL | 24.51º | 0.59% | 0.47% | - |
| HSV(B) | 24.51º | 0.74% | 0.75% | - |
| XYZ | 27.3 | 21.81 | 5.68 | - |
| YUV | 125.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 49 | 0 | 0.44 | 0.74 | 0.25 | 24.51 | 0.59 | 0.47 |
| Hex | BF | 6B | 31 | 0 | 2C | 4A | 19 | 19 | 3B | 2F |
| Octal | 277 | 153 | 61 | 0 | 54 | 112 | 31 | 31 | 73 | 57 |
| Binary | 10111111 | 1101011 | 110001 | 0 | 101100 | 1001010 | 11001 | 11001 | 111011 | 101111 |
Color Harmonies of #BF6B31
Complementary color
Monochromatic Colors of #BF6B31
Black with #BF6B31
Text Example
Text Example
White with #BF6B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6B31; }
p { color: rgb(191,107,49); }
H1.HeaderClassName
{
color: #BF6B31;
}
.AnyTagClassName
{
color: #BF6B31;
}
</style>
background-color css
<style>
a { background-color: #BF6B31; }
a { background-color: rgb(191,107,49); }
div.DivClassName
{
background-color: #BF6B31;
}
.BgClassName
{
background-color: #BF6B31;
}
</style>
border-color css
<style>
span { border-color: #BF6B31; }
span { border-color: rgb(191,107,49); }
td.TdClassName
{
border-color: #BF6B31;
}
.TagClassName
{
border-color: #BF6B31;
}
</style>