Shades of Christine #BE622D
Tints of Christine #BE622D
RGB
CMYK
RGB Variations
Color information
#BE622D (or 0xBE622D) is known color: Christine. HEX triplet: BE, 62 and 2D. RGB value is (190,98,45). Sum of RGB (Red+Green+Blue) = 190+98+45=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE622D is #419DD2. Grayscale: #777777. Windows color (decimal): -4300243 or 2974398. OLE color: 2974398.
HSL color Cylindrical-coordinate representation of color #BE622D: hue angle of 21.93º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE622D is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 45 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.25 |
| HSL | 21.93º | 0.62% | 0.46% | - |
| HSV(B) | 21.93º | 0.76% | 0.75% | - |
| XYZ | 26.08 | 19.87 | 4.94 | - |
| YUV | 119.47 | 85.98 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 45 | 0 | 0.48 | 0.76 | 0.25 | 21.93 | 0.62 | 0.46 |
| Hex | BE | 62 | 2D | 0 | 30 | 4C | 19 | 16 | 3E | 2E |
| Octal | 276 | 142 | 55 | 0 | 60 | 114 | 31 | 26 | 76 | 56 |
| Binary | 10111110 | 1100010 | 101101 | 0 | 110000 | 1001100 | 11001 | 10110 | 111110 | 101110 |
Color Harmonies of #BE622D
Complementary color
Monochromatic Colors of #BE622D
Black with #BE622D
Text Example
Text Example
White with #BE622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE622D; }
p { color: rgb(190,98,45); }
H1.HeaderClassName
{
color: #BE622D;
}
.AnyTagClassName
{
color: #BE622D;
}
</style>
background-color css
<style>
a { background-color: #BE622D; }
a { background-color: rgb(190,98,45); }
div.DivClassName
{
background-color: #BE622D;
}
.BgClassName
{
background-color: #BE622D;
}
</style>
border-color css
<style>
span { border-color: #BE622D; }
span { border-color: rgb(190,98,45); }
td.TdClassName
{
border-color: #BE622D;
}
.TagClassName
{
border-color: #BE622D;
}
</style>