Shades of Christine #BF5D2C
Tints of Christine #BF5D2C
RGB
CMYK
RGB Variations
Color information
#BF5D2C (or 0xBF5D2C) is known color: Christine. HEX triplet: BF, 5D and 2C. RGB value is (191,93,44). Sum of RGB (Red+Green+Blue) = 191+93+44=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D2C is #40A2D3. Grayscale: #757575. Windows color (decimal): -4235988 or 2907583. OLE color: 2907583.
HSL color Cylindrical-coordinate representation of color #BF5D2C: hue angle of 20º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF5D2C is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 44 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.25 |
| HSL | 20º | 0.63% | 0.46% | - |
| HSV(B) | 20º | 0.77% | 0.75% | - |
| XYZ | 25.85 | 19.09 | 4.7 | - |
| YUV | 116.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 44 | 0 | 0.51 | 0.77 | 0.25 | 20 | 0.63 | 0.46 |
| Hex | BF | 5D | 2C | 0 | 33 | 4D | 19 | 14 | 3F | 2E |
| Octal | 277 | 135 | 54 | 0 | 63 | 115 | 31 | 24 | 77 | 56 |
| Binary | 10111111 | 1011101 | 101100 | 0 | 110011 | 1001101 | 11001 | 10100 | 111111 | 101110 |
Color Harmonies of #BF5D2C
Complementary color
Monochromatic Colors of #BF5D2C
Black with #BF5D2C
Text Example
Text Example
White with #BF5D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D2C; }
p { color: rgb(191,93,44); }
H1.HeaderClassName
{
color: #BF5D2C;
}
.AnyTagClassName
{
color: #BF5D2C;
}
</style>
background-color css
<style>
a { background-color: #BF5D2C; }
a { background-color: rgb(191,93,44); }
div.DivClassName
{
background-color: #BF5D2C;
}
.BgClassName
{
background-color: #BF5D2C;
}
</style>
border-color css
<style>
span { border-color: #BF5D2C; }
span { border-color: rgb(191,93,44); }
td.TdClassName
{
border-color: #BF5D2C;
}
.TagClassName
{
border-color: #BF5D2C;
}
</style>