Shades of Christine #BE691C
Tints of Christine #BE691C
RGB
CMYK
RGB Variations
Color information
#BE691C (or 0xBE691C) is known color: Christine. HEX triplet: BE, 69 and 1C. RGB value is (190,105,28). Sum of RGB (Red+Green+Blue) = 190+105+28=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE691C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE691C is #4196E3. Grayscale: #7A7A7A. Windows color (decimal): -4298468 or 1862078. OLE color: 1862078.
HSL color Cylindrical-coordinate representation of color #BE691C: hue angle of 28.52º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE691C is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 28 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.25 |
| HSL | 28.52º | 0.74% | 0.43% | - |
| HSV(B) | 28.52º | 0.85% | 0.75% | - |
| XYZ | 26.5 | 21.13 | 3.78 | - |
| YUV | 121.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 28 | 0 | 0.45 | 0.85 | 0.25 | 28.52 | 0.74 | 0.43 |
| Hex | BE | 69 | 1C | 0 | 2D | 55 | 19 | 1D | 4A | 2B |
| Octal | 276 | 151 | 34 | 0 | 55 | 125 | 31 | 35 | 112 | 53 |
| Binary | 10111110 | 1101001 | 11100 | 0 | 101101 | 1010101 | 11001 | 11101 | 1001010 | 101011 |
Color Harmonies of #BE691C
Complementary color
Monochromatic Colors of #BE691C
Black with #BE691C
Text Example
Text Example
White with #BE691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE691C; }
p { color: rgb(190,105,28); }
H1.HeaderClassName
{
color: #BE691C;
}
.AnyTagClassName
{
color: #BE691C;
}
</style>
background-color css
<style>
a { background-color: #BE691C; }
a { background-color: rgb(190,105,28); }
div.DivClassName
{
background-color: #BE691C;
}
.BgClassName
{
background-color: #BE691C;
}
</style>
border-color css
<style>
span { border-color: #BE691C; }
span { border-color: rgb(190,105,28); }
td.TdClassName
{
border-color: #BE691C;
}
.TagClassName
{
border-color: #BE691C;
}
</style>