Shades of Christine #BE662A
Tints of Christine #BE662A
RGB
CMYK
RGB Variations
Color information
#BE662A (or 0xBE662A) is known color: Christine. HEX triplet: BE, 66 and 2A. RGB value is (190,102,42). Sum of RGB (Red+Green+Blue) = 190+102+42=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE662A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE662A is #4199D5. Grayscale: #797979. Windows color (decimal): -4299222 or 2778814. OLE color: 2778814.
HSL color Cylindrical-coordinate representation of color #BE662A: hue angle of 24.32º degrees, saturation: 0.64, 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 #BE662A is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 42 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.25 |
| HSL | 24.32º | 0.64% | 0.45% | - |
| HSV(B) | 24.32º | 0.78% | 0.75% | - |
| XYZ | 26.4 | 20.62 | 4.78 | - |
| YUV | 121.47 | 83.15 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 42 | 0 | 0.46 | 0.78 | 0.25 | 24.32 | 0.64 | 0.45 |
| Hex | BE | 66 | 2A | 0 | 2E | 4E | 19 | 18 | 40 | 2D |
| Octal | 276 | 146 | 52 | 0 | 56 | 116 | 31 | 30 | 100 | 55 |
| Binary | 10111110 | 1100110 | 101010 | 0 | 101110 | 1001110 | 11001 | 11000 | 1000000 | 101101 |
Color Harmonies of #BE662A
Complementary color
Monochromatic Colors of #BE662A
Black with #BE662A
Text Example
Text Example
White with #BE662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE662A; }
p { color: rgb(190,102,42); }
H1.HeaderClassName
{
color: #BE662A;
}
.AnyTagClassName
{
color: #BE662A;
}
</style>
background-color css
<style>
a { background-color: #BE662A; }
a { background-color: rgb(190,102,42); }
div.DivClassName
{
background-color: #BE662A;
}
.BgClassName
{
background-color: #BE662A;
}
</style>
border-color css
<style>
span { border-color: #BE662A; }
span { border-color: rgb(190,102,42); }
td.TdClassName
{
border-color: #BE662A;
}
.TagClassName
{
border-color: #BE662A;
}
</style>