Shades of Christine #BE5D1B
Tints of Christine #BE5D1B
RGB
CMYK
RGB Variations
Color information
#BE5D1B (or 0xBE5D1B) is known color: Christine. HEX triplet: BE, 5D and 1B. RGB value is (190,93,27). Sum of RGB (Red+Green+Blue) = 190+93+27=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D1B is #41A2E4. Grayscale: #727272. Windows color (decimal): -4301541 or 1793470. OLE color: 1793470.
HSL color Cylindrical-coordinate representation of color #BE5D1B: hue angle of 24.29º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE5D1B is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 27 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.25 |
| HSL | 24.29º | 0.75% | 0.43% | - |
| HSV(B) | 24.29º | 0.86% | 0.75% | - |
| XYZ | 25.35 | 18.85 | 3.34 | - |
| YUV | 114.48 | 78.64 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 27 | 0 | 0.51 | 0.86 | 0.25 | 24.29 | 0.75 | 0.43 |
| Hex | BE | 5D | 1B | 0 | 33 | 56 | 19 | 18 | 4B | 2B |
| Octal | 276 | 135 | 33 | 0 | 63 | 126 | 31 | 30 | 113 | 53 |
| Binary | 10111110 | 1011101 | 11011 | 0 | 110011 | 1010110 | 11001 | 11000 | 1001011 | 101011 |
Color Harmonies of #BE5D1B
Complementary color
Monochromatic Colors of #BE5D1B
Black with #BE5D1B
Text Example
Text Example
White with #BE5D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D1B; }
p { color: rgb(190,93,27); }
H1.HeaderClassName
{
color: #BE5D1B;
}
.AnyTagClassName
{
color: #BE5D1B;
}
</style>
background-color css
<style>
a { background-color: #BE5D1B; }
a { background-color: rgb(190,93,27); }
div.DivClassName
{
background-color: #BE5D1B;
}
.BgClassName
{
background-color: #BE5D1B;
}
</style>
border-color css
<style>
span { border-color: #BE5D1B; }
span { border-color: rgb(190,93,27); }
td.TdClassName
{
border-color: #BE5D1B;
}
.TagClassName
{
border-color: #BE5D1B;
}
</style>