Shades of Christine #BE622C
Tints of Christine #BE622C
RGB
CMYK
RGB Variations
Color information
#BE622C (or 0xBE622C) is known color: Christine. HEX triplet: BE, 62 and 2C. RGB value is (190,98,44). Sum of RGB (Red+Green+Blue) = 190+98+44=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE622C is #419DD3. Grayscale: #777777. Windows color (decimal): -4300244 or 2908862. OLE color: 2908862.
HSL color Cylindrical-coordinate representation of color #BE622C: hue angle of 22.19º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE622C is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 44 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.25 |
| HSL | 22.19º | 0.62% | 0.46% | - |
| HSV(B) | 22.19º | 0.77% | 0.75% | - |
| XYZ | 26.06 | 19.86 | 4.84 | - |
| YUV | 119.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 44 | 0 | 0.48 | 0.77 | 0.25 | 22.19 | 0.62 | 0.46 |
| Hex | BE | 62 | 2C | 0 | 30 | 4D | 19 | 16 | 3E | 2E |
| Octal | 276 | 142 | 54 | 0 | 60 | 115 | 31 | 26 | 76 | 56 |
| Binary | 10111110 | 1100010 | 101100 | 0 | 110000 | 1001101 | 11001 | 10110 | 111110 | 101110 |
Color Harmonies of #BE622C
Complementary color
Monochromatic Colors of #BE622C
Black with #BE622C
Text Example
Text Example
White with #BE622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE622C; }
p { color: rgb(190,98,44); }
H1.HeaderClassName
{
color: #BE622C;
}
.AnyTagClassName
{
color: #BE622C;
}
</style>
background-color css
<style>
a { background-color: #BE622C; }
a { background-color: rgb(190,98,44); }
div.DivClassName
{
background-color: #BE622C;
}
.BgClassName
{
background-color: #BE622C;
}
</style>
border-color css
<style>
span { border-color: #BE622C; }
span { border-color: rgb(190,98,44); }
td.TdClassName
{
border-color: #BE622C;
}
.TagClassName
{
border-color: #BE622C;
}
</style>