Shades of Christine #BE6B2B
Tints of Christine #BE6B2B
RGB
CMYK
RGB Variations
Color information
#BE6B2B (or 0xBE6B2B) is known color: Christine. HEX triplet: BE, 6B and 2B. RGB value is (190,107,43). Sum of RGB (Red+Green+Blue) = 190+107+43=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6B2B is #4194D4. Grayscale: #7C7C7C. Windows color (decimal): -4297941 or 2845630. OLE color: 2845630.
HSL color Cylindrical-coordinate representation of color #BE6B2B: hue angle of 26.12º 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 #BE6B2B is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 43 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.25 |
| HSL | 26.12º | 0.63% | 0.46% | - |
| HSV(B) | 26.12º | 0.77% | 0.75% | - |
| XYZ | 26.93 | 21.64 | 5.04 | - |
| YUV | 124.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 43 | 0 | 0.44 | 0.77 | 0.25 | 26.12 | 0.63 | 0.46 |
| Hex | BE | 6B | 2B | 0 | 2C | 4D | 19 | 1A | 3F | 2E |
| Octal | 276 | 153 | 53 | 0 | 54 | 115 | 31 | 32 | 77 | 56 |
| Binary | 10111110 | 1101011 | 101011 | 0 | 101100 | 1001101 | 11001 | 11010 | 111111 | 101110 |
Color Harmonies of #BE6B2B
Complementary color
Monochromatic Colors of #BE6B2B
Black with #BE6B2B
Text Example
Text Example
White with #BE6B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6B2B; }
p { color: rgb(190,107,43); }
H1.HeaderClassName
{
color: #BE6B2B;
}
.AnyTagClassName
{
color: #BE6B2B;
}
</style>
background-color css
<style>
a { background-color: #BE6B2B; }
a { background-color: rgb(190,107,43); }
div.DivClassName
{
background-color: #BE6B2B;
}
.BgClassName
{
background-color: #BE6B2B;
}
</style>
border-color css
<style>
span { border-color: #BE6B2B; }
span { border-color: rgb(190,107,43); }
td.TdClassName
{
border-color: #BE6B2B;
}
.TagClassName
{
border-color: #BE6B2B;
}
</style>