Shades of Christine #BE672A
Tints of Christine #BE672A
RGB
CMYK
RGB Variations
Color information
#BE672A (or 0xBE672A) is known color: Christine. HEX triplet: BE, 67 and 2A. RGB value is (190,103,42). Sum of RGB (Red+Green+Blue) = 190+103+42=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE672A is #4198D5. Grayscale: #7A7A7A. Windows color (decimal): -4298966 or 2779070. OLE color: 2779070.
HSL color Cylindrical-coordinate representation of color #BE672A: hue angle of 24.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE672A is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 42 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.25 |
| HSL | 24.73º | 0.64% | 0.45% | - |
| HSV(B) | 24.73º | 0.78% | 0.75% | - |
| XYZ | 26.5 | 20.81 | 4.81 | - |
| YUV | 122.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 42 | 0 | 0.46 | 0.78 | 0.25 | 24.73 | 0.64 | 0.45 |
| Hex | BE | 67 | 2A | 0 | 2E | 4E | 19 | 19 | 40 | 2D |
| Octal | 276 | 147 | 52 | 0 | 56 | 116 | 31 | 31 | 100 | 55 |
| Binary | 10111110 | 1100111 | 101010 | 0 | 101110 | 1001110 | 11001 | 11001 | 1000000 | 101101 |
Color Harmonies of #BE672A
Complementary color
Monochromatic Colors of #BE672A
Black with #BE672A
Text Example
Text Example
White with #BE672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE672A; }
p { color: rgb(190,103,42); }
H1.HeaderClassName
{
color: #BE672A;
}
.AnyTagClassName
{
color: #BE672A;
}
</style>
background-color css
<style>
a { background-color: #BE672A; }
a { background-color: rgb(190,103,42); }
div.DivClassName
{
background-color: #BE672A;
}
.BgClassName
{
background-color: #BE672A;
}
</style>
border-color css
<style>
span { border-color: #BE672A; }
span { border-color: rgb(190,103,42); }
td.TdClassName
{
border-color: #BE672A;
}
.TagClassName
{
border-color: #BE672A;
}
</style>