Shades of Christine #BE672B
Tints of Christine #BE672B
RGB
CMYK
RGB Variations
Color information
#BE672B (or 0xBE672B) is known color: Christine. HEX triplet: BE, 67 and 2B. RGB value is (190,103,43). Sum of RGB (Red+Green+Blue) = 190+103+43=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE672B is #4198D4. Grayscale: #7A7A7A. Windows color (decimal): -4298965 or 2844606. OLE color: 2844606.
HSL color Cylindrical-coordinate representation of color #BE672B: hue angle of 24.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE672B is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 43 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.25 |
| HSL | 24.49º | 0.63% | 0.46% | - |
| HSV(B) | 24.49º | 0.77% | 0.75% | - |
| XYZ | 26.52 | 20.82 | 4.91 | - |
| YUV | 122.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 43 | 0 | 0.46 | 0.77 | 0.25 | 24.49 | 0.63 | 0.46 |
| Hex | BE | 67 | 2B | 0 | 2E | 4D | 19 | 18 | 3F | 2E |
| Octal | 276 | 147 | 53 | 0 | 56 | 115 | 31 | 30 | 77 | 56 |
| Binary | 10111110 | 1100111 | 101011 | 0 | 101110 | 1001101 | 11001 | 11000 | 111111 | 101110 |
Color Harmonies of #BE672B
Complementary color
Monochromatic Colors of #BE672B
Black with #BE672B
Text Example
Text Example
White with #BE672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE672B; }
p { color: rgb(190,103,43); }
H1.HeaderClassName
{
color: #BE672B;
}
.AnyTagClassName
{
color: #BE672B;
}
</style>
background-color css
<style>
a { background-color: #BE672B; }
a { background-color: rgb(190,103,43); }
div.DivClassName
{
background-color: #BE672B;
}
.BgClassName
{
background-color: #BE672B;
}
</style>
border-color css
<style>
span { border-color: #BE672B; }
span { border-color: rgb(190,103,43); }
td.TdClassName
{
border-color: #BE672B;
}
.TagClassName
{
border-color: #BE672B;
}
</style>