Shades of Christine #BE6C2B
Tints of Christine #BE6C2B
RGB
CMYK
RGB Variations
Color information
#BE6C2B (or 0xBE6C2B) is known color: Christine. HEX triplet: BE, 6C and 2B. RGB value is (190,108,43). Sum of RGB (Red+Green+Blue) = 190+108+43=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6C2B is #4193D4. Grayscale: #7D7D7D. Windows color (decimal): -4297685 or 2845886. OLE color: 2845886.
HSL color Cylindrical-coordinate representation of color #BE6C2B: hue angle of 26.53º 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 #BE6C2B is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 108 | 43 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.25 |
| HSL | 26.53º | 0.63% | 0.46% | - |
| HSV(B) | 26.53º | 0.77% | 0.75% | - |
| XYZ | 27.03 | 21.85 | 5.08 | - |
| YUV | 125.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 43 | 0 | 0.43 | 0.77 | 0.25 | 26.53 | 0.63 | 0.46 |
| Hex | BE | 6C | 2B | 0 | 2B | 4D | 19 | 1B | 3F | 2E |
| Octal | 276 | 154 | 53 | 0 | 53 | 115 | 31 | 33 | 77 | 56 |
| Binary | 10111110 | 1101100 | 101011 | 0 | 101011 | 1001101 | 11001 | 11011 | 111111 | 101110 |
Color Harmonies of #BE6C2B
Complementary color
Monochromatic Colors of #BE6C2B
Black with #BE6C2B
Text Example
Text Example
White with #BE6C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6C2B; }
p { color: rgb(190,108,43); }
H1.HeaderClassName
{
color: #BE6C2B;
}
.AnyTagClassName
{
color: #BE6C2B;
}
</style>
background-color css
<style>
a { background-color: #BE6C2B; }
a { background-color: rgb(190,108,43); }
div.DivClassName
{
background-color: #BE6C2B;
}
.BgClassName
{
background-color: #BE6C2B;
}
</style>
border-color css
<style>
span { border-color: #BE6C2B; }
span { border-color: rgb(190,108,43); }
td.TdClassName
{
border-color: #BE6C2B;
}
.TagClassName
{
border-color: #BE6C2B;
}
</style>