Shades of Christine #BF5D1E
Tints of Christine #BF5D1E
RGB
CMYK
RGB Variations
Color information
#BF5D1E (or 0xBF5D1E) is known color: Christine. HEX triplet: BF, 5D and 1E. RGB value is (191,93,30). Sum of RGB (Red+Green+Blue) = 191+93+30=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D1E is #40A2E1. Grayscale: #737373. Windows color (decimal): -4236002 or 1990079. OLE color: 1990079.
HSL color Cylindrical-coordinate representation of color #BF5D1E: hue angle of 23.48º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF5D1E is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 30 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.25 |
| HSL | 23.48º | 0.73% | 0.43% | - |
| HSV(B) | 23.48º | 0.84% | 0.75% | - |
| XYZ | 25.63 | 19 | 3.54 | - |
| YUV | 115.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 30 | 0 | 0.51 | 0.84 | 0.25 | 23.48 | 0.73 | 0.43 |
| Hex | BF | 5D | 1E | 0 | 33 | 54 | 19 | 17 | 49 | 2B |
| Octal | 277 | 135 | 36 | 0 | 63 | 124 | 31 | 27 | 111 | 53 |
| Binary | 10111111 | 1011101 | 11110 | 0 | 110011 | 1010100 | 11001 | 10111 | 1001001 | 101011 |
Color Harmonies of #BF5D1E
Complementary color
Monochromatic Colors of #BF5D1E
Black with #BF5D1E
Text Example
Text Example
White with #BF5D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D1E; }
p { color: rgb(191,93,30); }
H1.HeaderClassName
{
color: #BF5D1E;
}
.AnyTagClassName
{
color: #BF5D1E;
}
</style>
background-color css
<style>
a { background-color: #BF5D1E; }
a { background-color: rgb(191,93,30); }
div.DivClassName
{
background-color: #BF5D1E;
}
.BgClassName
{
background-color: #BF5D1E;
}
</style>
border-color css
<style>
span { border-color: #BF5D1E; }
span { border-color: rgb(191,93,30); }
td.TdClassName
{
border-color: #BF5D1E;
}
.TagClassName
{
border-color: #BF5D1E;
}
</style>