Shades of Christine #BE6828
Tints of Christine #BE6828
RGB
CMYK
RGB Variations
Color information
#BE6828 (or 0xBE6828) is known color: Christine. HEX triplet: BE, 68 and 28. RGB value is (190,104,40). Sum of RGB (Red+Green+Blue) = 190+104+40=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6828 is #4197D7. Grayscale: #7A7A7A. Windows color (decimal): -4298712 or 2648254. OLE color: 2648254.
HSL color Cylindrical-coordinate representation of color #BE6828: hue angle of 25.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE6828 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 40 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.25 |
| HSL | 25.6º | 0.65% | 0.45% | - |
| HSV(B) | 25.6º | 0.79% | 0.75% | - |
| XYZ | 26.57 | 21 | 4.66 | - |
| YUV | 122.42 | 81.49 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 40 | 0 | 0.45 | 0.79 | 0.25 | 25.6 | 0.65 | 0.45 |
| Hex | BE | 68 | 28 | 0 | 2D | 4F | 19 | 1A | 41 | 2D |
| Octal | 276 | 150 | 50 | 0 | 55 | 117 | 31 | 32 | 101 | 55 |
| Binary | 10111110 | 1101000 | 101000 | 0 | 101101 | 1001111 | 11001 | 11010 | 1000001 | 101101 |
Color Harmonies of #BE6828
Complementary color
Monochromatic Colors of #BE6828
Black with #BE6828
Text Example
Text Example
White with #BE6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6828; }
p { color: rgb(190,104,40); }
H1.HeaderClassName
{
color: #BE6828;
}
.AnyTagClassName
{
color: #BE6828;
}
</style>
background-color css
<style>
a { background-color: #BE6828; }
a { background-color: rgb(190,104,40); }
div.DivClassName
{
background-color: #BE6828;
}
.BgClassName
{
background-color: #BE6828;
}
</style>
border-color css
<style>
span { border-color: #BE6828; }
span { border-color: rgb(190,104,40); }
td.TdClassName
{
border-color: #BE6828;
}
.TagClassName
{
border-color: #BE6828;
}
</style>