Shades of Christine #BE5C2A
Tints of Christine #BE5C2A
RGB
CMYK
RGB Variations
Color information
#BE5C2A (or 0xBE5C2A) is known color: Christine. HEX triplet: BE, 5C and 2A. RGB value is (190,92,42). Sum of RGB (Red+Green+Blue) = 190+92+42=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C2A is #41A3D5. Grayscale: #737373. Windows color (decimal): -4301782 or 2776254. OLE color: 2776254.
HSL color Cylindrical-coordinate representation of color #BE5C2A: hue angle of 20.27º 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 #BE5C2A is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 42 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.25 |
| HSL | 20.27º | 0.64% | 0.45% | - |
| HSV(B) | 20.27º | 0.78% | 0.75% | - |
| XYZ | 25.48 | 18.77 | 4.47 | - |
| YUV | 115.6 | 86.47 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 42 | 0 | 0.52 | 0.78 | 0.25 | 20.27 | 0.64 | 0.45 |
| Hex | BE | 5C | 2A | 0 | 34 | 4E | 19 | 14 | 40 | 2D |
| Octal | 276 | 134 | 52 | 0 | 64 | 116 | 31 | 24 | 100 | 55 |
| Binary | 10111110 | 1011100 | 101010 | 0 | 110100 | 1001110 | 11001 | 10100 | 1000000 | 101101 |
Color Harmonies of #BE5C2A
Complementary color
Monochromatic Colors of #BE5C2A
Black with #BE5C2A
Text Example
Text Example
White with #BE5C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5C2A; }
p { color: rgb(190,92,42); }
H1.HeaderClassName
{
color: #BE5C2A;
}
.AnyTagClassName
{
color: #BE5C2A;
}
</style>
background-color css
<style>
a { background-color: #BE5C2A; }
a { background-color: rgb(190,92,42); }
div.DivClassName
{
background-color: #BE5C2A;
}
.BgClassName
{
background-color: #BE5C2A;
}
</style>
border-color css
<style>
span { border-color: #BE5C2A; }
span { border-color: rgb(190,92,42); }
td.TdClassName
{
border-color: #BE5C2A;
}
.TagClassName
{
border-color: #BE5C2A;
}
</style>