Shades of Christine #BE611D
Tints of Christine #BE611D
RGB
CMYK
RGB Variations
Color information
#BE611D (or 0xBE611D) is known color: Christine. HEX triplet: BE, 61 and 1D. RGB value is (190,97,29). Sum of RGB (Red+Green+Blue) = 190+97+29=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE611D is #419EE2. Grayscale: #757575. Windows color (decimal): -4300515 or 1925566. OLE color: 1925566.
HSL color Cylindrical-coordinate representation of color #BE611D: hue angle of 25.34º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE611D is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 29 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.25 |
| HSL | 25.34º | 0.74% | 0.43% | - |
| HSV(B) | 25.34º | 0.85% | 0.75% | - |
| XYZ | 25.73 | 19.59 | 3.59 | - |
| YUV | 117.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 29 | 0 | 0.49 | 0.85 | 0.25 | 25.34 | 0.74 | 0.43 |
| Hex | BE | 61 | 1D | 0 | 31 | 55 | 19 | 19 | 4A | 2B |
| Octal | 276 | 141 | 35 | 0 | 61 | 125 | 31 | 31 | 112 | 53 |
| Binary | 10111110 | 1100001 | 11101 | 0 | 110001 | 1010101 | 11001 | 11001 | 1001010 | 101011 |
Color Harmonies of #BE611D
Complementary color
Monochromatic Colors of #BE611D
Black with #BE611D
Text Example
Text Example
White with #BE611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE611D; }
p { color: rgb(190,97,29); }
H1.HeaderClassName
{
color: #BE611D;
}
.AnyTagClassName
{
color: #BE611D;
}
</style>
background-color css
<style>
a { background-color: #BE611D; }
a { background-color: rgb(190,97,29); }
div.DivClassName
{
background-color: #BE611D;
}
.BgClassName
{
background-color: #BE611D;
}
</style>
border-color css
<style>
span { border-color: #BE611D; }
span { border-color: rgb(190,97,29); }
td.TdClassName
{
border-color: #BE611D;
}
.TagClassName
{
border-color: #BE611D;
}
</style>