Shades of Christine #BE632B
Tints of Christine #BE632B
RGB
CMYK
RGB Variations
Color information
#BE632B (or 0xBE632B) is known color: Christine. HEX triplet: BE, 63 and 2B. RGB value is (190,99,43). Sum of RGB (Red+Green+Blue) = 190+99+43=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE632B is #419CD4. Grayscale: #787878. Windows color (decimal): -4299989 or 2843582. OLE color: 2843582.
HSL color Cylindrical-coordinate representation of color #BE632B: hue angle of 22.86º degrees, saturation: 0.63, 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 #BE632B is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 43 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.25 |
| HSL | 22.86º | 0.63% | 0.46% | - |
| HSV(B) | 22.86º | 0.77% | 0.75% | - |
| XYZ | 26.13 | 20.05 | 4.78 | - |
| YUV | 119.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 43 | 0 | 0.48 | 0.77 | 0.25 | 22.86 | 0.63 | 0.46 |
| Hex | BE | 63 | 2B | 0 | 30 | 4D | 19 | 17 | 3F | 2E |
| Octal | 276 | 143 | 53 | 0 | 60 | 115 | 31 | 27 | 77 | 56 |
| Binary | 10111110 | 1100011 | 101011 | 0 | 110000 | 1001101 | 11001 | 10111 | 111111 | 101110 |
Color Harmonies of #BE632B
Complementary color
Monochromatic Colors of #BE632B
Black with #BE632B
Text Example
Text Example
White with #BE632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE632B; }
p { color: rgb(190,99,43); }
H1.HeaderClassName
{
color: #BE632B;
}
.AnyTagClassName
{
color: #BE632B;
}
</style>
background-color css
<style>
a { background-color: #BE632B; }
a { background-color: rgb(190,99,43); }
div.DivClassName
{
background-color: #BE632B;
}
.BgClassName
{
background-color: #BE632B;
}
</style>
border-color css
<style>
span { border-color: #BE632B; }
span { border-color: rgb(190,99,43); }
td.TdClassName
{
border-color: #BE632B;
}
.TagClassName
{
border-color: #BE632B;
}
</style>