Shades of Christine #BE662F
Tints of Christine #BE662F
RGB
CMYK
RGB Variations
Color information
#BE662F (or 0xBE662F) is known color: Christine. HEX triplet: BE, 66 and 2F. RGB value is (190,102,47). Sum of RGB (Red+Green+Blue) = 190+102+47=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE662F is #4199D0. Grayscale: #7A7A7A. Windows color (decimal): -4299217 or 3106494. OLE color: 3106494.
HSL color Cylindrical-coordinate representation of color #BE662F: hue angle of 23.08º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE662F is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 47 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.25 |
| HSL | 23.08º | 0.6% | 0.46% | - |
| HSV(B) | 23.08º | 0.75% | 0.75% | - |
| XYZ | 26.5 | 20.66 | 5.28 | - |
| YUV | 122.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 47 | 0 | 0.46 | 0.75 | 0.25 | 23.08 | 0.6 | 0.46 |
| Hex | BE | 66 | 2F | 0 | 2E | 4B | 19 | 17 | 3C | 2E |
| Octal | 276 | 146 | 57 | 0 | 56 | 113 | 31 | 27 | 74 | 56 |
| Binary | 10111110 | 1100110 | 101111 | 0 | 101110 | 1001011 | 11001 | 10111 | 111100 | 101110 |
Color Harmonies of #BE662F
Complementary color
Monochromatic Colors of #BE662F
Black with #BE662F
Text Example
Text Example
White with #BE662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE662F; }
p { color: rgb(190,102,47); }
H1.HeaderClassName
{
color: #BE662F;
}
.AnyTagClassName
{
color: #BE662F;
}
</style>
background-color css
<style>
a { background-color: #BE662F; }
a { background-color: rgb(190,102,47); }
div.DivClassName
{
background-color: #BE662F;
}
.BgClassName
{
background-color: #BE662F;
}
</style>
border-color css
<style>
span { border-color: #BE662F; }
span { border-color: rgb(190,102,47); }
td.TdClassName
{
border-color: #BE662F;
}
.TagClassName
{
border-color: #BE662F;
}
</style>