Shades of Christine #BE5A1F
Tints of Christine #BE5A1F
RGB
CMYK
RGB Variations
Color information
#BE5A1F (or 0xBE5A1F) is known color: Christine. HEX triplet: BE, 5A and 1F. RGB value is (190,90,31). Sum of RGB (Red+Green+Blue) = 190+90+31=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A1F is #41A5E0. Grayscale: #717171. Windows color (decimal): -4302305 or 2054846. OLE color: 2054846.
HSL color Cylindrical-coordinate representation of color #BE5A1F: hue angle of 22.26º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE5A1F is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 31 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.25 |
| HSL | 22.26º | 0.72% | 0.43% | - |
| HSV(B) | 22.26º | 0.84% | 0.75% | - |
| XYZ | 25.14 | 18.36 | 3.51 | - |
| YUV | 113.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 31 | 0 | 0.53 | 0.84 | 0.25 | 22.26 | 0.72 | 0.43 |
| Hex | BE | 5A | 1F | 0 | 35 | 54 | 19 | 16 | 48 | 2B |
| Octal | 276 | 132 | 37 | 0 | 65 | 124 | 31 | 26 | 110 | 53 |
| Binary | 10111110 | 1011010 | 11111 | 0 | 110101 | 1010100 | 11001 | 10110 | 1001000 | 101011 |
Color Harmonies of #BE5A1F
Complementary color
Monochromatic Colors of #BE5A1F
Black with #BE5A1F
Text Example
Text Example
White with #BE5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A1F; }
p { color: rgb(190,90,31); }
H1.HeaderClassName
{
color: #BE5A1F;
}
.AnyTagClassName
{
color: #BE5A1F;
}
</style>
background-color css
<style>
a { background-color: #BE5A1F; }
a { background-color: rgb(190,90,31); }
div.DivClassName
{
background-color: #BE5A1F;
}
.BgClassName
{
background-color: #BE5A1F;
}
</style>
border-color css
<style>
span { border-color: #BE5A1F; }
span { border-color: rgb(190,90,31); }
td.TdClassName
{
border-color: #BE5A1F;
}
.TagClassName
{
border-color: #BE5A1F;
}
</style>