Shades of Christine #BE672F
Tints of Christine #BE672F
RGB
CMYK
RGB Variations
Color information
#BE672F (or 0xBE672F) is known color: Christine. HEX triplet: BE, 67 and 2F. RGB value is (190,103,47). Sum of RGB (Red+Green+Blue) = 190+103+47=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE672F is #4198D0. Grayscale: #7A7A7A. Windows color (decimal): -4298961 or 3106750. OLE color: 3106750.
HSL color Cylindrical-coordinate representation of color #BE672F: hue angle of 23.5º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE672F is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 47 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.25 |
| HSL | 23.5º | 0.6% | 0.46% | - |
| HSV(B) | 23.5º | 0.75% | 0.75% | - |
| XYZ | 26.6 | 20.85 | 5.31 | - |
| YUV | 122.63 | 85.32 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 47 | 0 | 0.46 | 0.75 | 0.25 | 23.5 | 0.6 | 0.46 |
| Hex | BE | 67 | 2F | 0 | 2E | 4B | 19 | 17 | 3C | 2E |
| Octal | 276 | 147 | 57 | 0 | 56 | 113 | 31 | 27 | 74 | 56 |
| Binary | 10111110 | 1100111 | 101111 | 0 | 101110 | 1001011 | 11001 | 10111 | 111100 | 101110 |
Color Harmonies of #BE672F
Complementary color
Monochromatic Colors of #BE672F
Black with #BE672F
Text Example
Text Example
White with #BE672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE672F; }
p { color: rgb(190,103,47); }
H1.HeaderClassName
{
color: #BE672F;
}
.AnyTagClassName
{
color: #BE672F;
}
</style>
background-color css
<style>
a { background-color: #BE672F; }
a { background-color: rgb(190,103,47); }
div.DivClassName
{
background-color: #BE672F;
}
.BgClassName
{
background-color: #BE672F;
}
</style>
border-color css
<style>
span { border-color: #BE672F; }
span { border-color: rgb(190,103,47); }
td.TdClassName
{
border-color: #BE672F;
}
.TagClassName
{
border-color: #BE672F;
}
</style>