Shades of Christine #BE6829
Tints of Christine #BE6829
RGB
CMYK
RGB Variations
Color information
#BE6829 (or 0xBE6829) is known color: Christine. HEX triplet: BE, 68 and 29. RGB value is (190,104,41). Sum of RGB (Red+Green+Blue) = 190+104+41=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6829 is #4197D6. Grayscale: #7A7A7A. Windows color (decimal): -4298711 or 2713790. OLE color: 2713790.
HSL color Cylindrical-coordinate representation of color #BE6829: hue angle of 25.37º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE6829 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 41 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.25 |
| HSL | 25.37º | 0.65% | 0.45% | - |
| HSV(B) | 25.37º | 0.78% | 0.75% | - |
| XYZ | 26.59 | 21.01 | 4.75 | - |
| YUV | 122.53 | 81.99 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 41 | 0 | 0.45 | 0.78 | 0.25 | 25.37 | 0.65 | 0.45 |
| Hex | BE | 68 | 29 | 0 | 2D | 4E | 19 | 19 | 41 | 2D |
| Octal | 276 | 150 | 51 | 0 | 55 | 116 | 31 | 31 | 101 | 55 |
| Binary | 10111110 | 1101000 | 101001 | 0 | 101101 | 1001110 | 11001 | 11001 | 1000001 | 101101 |
Color Harmonies of #BE6829
Complementary color
Monochromatic Colors of #BE6829
Black with #BE6829
Text Example
Text Example
White with #BE6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6829; }
p { color: rgb(190,104,41); }
H1.HeaderClassName
{
color: #BE6829;
}
.AnyTagClassName
{
color: #BE6829;
}
</style>
background-color css
<style>
a { background-color: #BE6829; }
a { background-color: rgb(190,104,41); }
div.DivClassName
{
background-color: #BE6829;
}
.BgClassName
{
background-color: #BE6829;
}
</style>
border-color css
<style>
span { border-color: #BE6829; }
span { border-color: rgb(190,104,41); }
td.TdClassName
{
border-color: #BE6829;
}
.TagClassName
{
border-color: #BE6829;
}
</style>