Shades of Christine #BE6C2D
Tints of Christine #BE6C2D
RGB
CMYK
RGB Variations
Color information
#BE6C2D (or 0xBE6C2D) is known color: Christine. HEX triplet: BE, 6C and 2D. RGB value is (190,108,45). Sum of RGB (Red+Green+Blue) = 190+108+45=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6C2D is #4193D2. Grayscale: #7D7D7D. Windows color (decimal): -4297683 or 2976958. OLE color: 2976958.
HSL color Cylindrical-coordinate representation of color #BE6C2D: hue angle of 26.07º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE6C2D is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 108 | 45 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.25 |
| HSL | 26.07º | 0.62% | 0.46% | - |
| HSV(B) | 26.07º | 0.76% | 0.75% | - |
| XYZ | 27.07 | 21.86 | 5.28 | - |
| YUV | 125.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 45 | 0 | 0.43 | 0.76 | 0.25 | 26.07 | 0.62 | 0.46 |
| Hex | BE | 6C | 2D | 0 | 2B | 4C | 19 | 1A | 3E | 2E |
| Octal | 276 | 154 | 55 | 0 | 53 | 114 | 31 | 32 | 76 | 56 |
| Binary | 10111110 | 1101100 | 101101 | 0 | 101011 | 1001100 | 11001 | 11010 | 111110 | 101110 |
Color Harmonies of #BE6C2D
Complementary color
Monochromatic Colors of #BE6C2D
Black with #BE6C2D
Text Example
Text Example
White with #BE6C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6C2D; }
p { color: rgb(190,108,45); }
H1.HeaderClassName
{
color: #BE6C2D;
}
.AnyTagClassName
{
color: #BE6C2D;
}
</style>
background-color css
<style>
a { background-color: #BE6C2D; }
a { background-color: rgb(190,108,45); }
div.DivClassName
{
background-color: #BE6C2D;
}
.BgClassName
{
background-color: #BE6C2D;
}
</style>
border-color css
<style>
span { border-color: #BE6C2D; }
span { border-color: rgb(190,108,45); }
td.TdClassName
{
border-color: #BE6C2D;
}
.TagClassName
{
border-color: #BE6C2D;
}
</style>