Shades of Christine #BE6833
Tints of Christine #BE6833
RGB
CMYK
RGB Variations
Color information
#BE6833 (or 0xBE6833) is known color: Christine. HEX triplet: BE, 68 and 33. RGB value is (190,104,51). Sum of RGB (Red+Green+Blue) = 190+104+51=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6833 is #4197CC. Grayscale: #7B7B7B. Windows color (decimal): -4298701 or 3369150. OLE color: 3369150.
HSL color Cylindrical-coordinate representation of color #BE6833: hue angle of 22.88º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE6833 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 51 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.25 |
| HSL | 22.88º | 0.58% | 0.47% | - |
| HSV(B) | 22.88º | 0.73% | 0.75% | - |
| XYZ | 26.78 | 21.09 | 5.79 | - |
| YUV | 123.67 | 86.99 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 51 | 0 | 0.45 | 0.73 | 0.25 | 22.88 | 0.58 | 0.47 |
| Hex | BE | 68 | 33 | 0 | 2D | 49 | 19 | 17 | 3A | 2F |
| Octal | 276 | 150 | 63 | 0 | 55 | 111 | 31 | 27 | 72 | 57 |
| Binary | 10111110 | 1101000 | 110011 | 0 | 101101 | 1001001 | 11001 | 10111 | 111010 | 101111 |
Color Harmonies of #BE6833
Complementary color
Monochromatic Colors of #BE6833
Black with #BE6833
Text Example
Text Example
White with #BE6833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6833; }
p { color: rgb(190,104,51); }
H1.HeaderClassName
{
color: #BE6833;
}
.AnyTagClassName
{
color: #BE6833;
}
</style>
background-color css
<style>
a { background-color: #BE6833; }
a { background-color: rgb(190,104,51); }
div.DivClassName
{
background-color: #BE6833;
}
.BgClassName
{
background-color: #BE6833;
}
</style>
border-color css
<style>
span { border-color: #BE6833; }
span { border-color: rgb(190,104,51); }
td.TdClassName
{
border-color: #BE6833;
}
.TagClassName
{
border-color: #BE6833;
}
</style>