Shades of Christine #BE671C
Tints of Christine #BE671C
RGB
CMYK
RGB Variations
Color information
#BE671C (or 0xBE671C) is known color: Christine. HEX triplet: BE, 67 and 1C. RGB value is (190,103,28). Sum of RGB (Red+Green+Blue) = 190+103+28=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE671C is #4198E3. Grayscale: #787878. Windows color (decimal): -4298980 or 1861566. OLE color: 1861566.
HSL color Cylindrical-coordinate representation of color #BE671C: hue angle of 27.78º 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 #BE671C is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 28 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.25 |
| HSL | 27.78º | 0.74% | 0.43% | - |
| HSV(B) | 27.78º | 0.85% | 0.75% | - |
| XYZ | 26.3 | 20.73 | 3.71 | - |
| YUV | 120.46 | 75.82 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 28 | 0 | 0.46 | 0.85 | 0.25 | 27.78 | 0.74 | 0.43 |
| Hex | BE | 67 | 1C | 0 | 2E | 55 | 19 | 1C | 4A | 2B |
| Octal | 276 | 147 | 34 | 0 | 56 | 125 | 31 | 34 | 112 | 53 |
| Binary | 10111110 | 1100111 | 11100 | 0 | 101110 | 1010101 | 11001 | 11100 | 1001010 | 101011 |
Color Harmonies of #BE671C
Complementary color
Monochromatic Colors of #BE671C
Black with #BE671C
Text Example
Text Example
White with #BE671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE671C; }
p { color: rgb(190,103,28); }
H1.HeaderClassName
{
color: #BE671C;
}
.AnyTagClassName
{
color: #BE671C;
}
</style>
background-color css
<style>
a { background-color: #BE671C; }
a { background-color: rgb(190,103,28); }
div.DivClassName
{
background-color: #BE671C;
}
.BgClassName
{
background-color: #BE671C;
}
</style>
border-color css
<style>
span { border-color: #BE671C; }
span { border-color: rgb(190,103,28); }
td.TdClassName
{
border-color: #BE671C;
}
.TagClassName
{
border-color: #BE671C;
}
</style>