Shades of Christine #BE6635
Tints of Christine #BE6635
RGB
CMYK
RGB Variations
Color information
#BE6635 (or 0xBE6635) is known color: Christine. HEX triplet: BE, 66 and 35. RGB value is (190,102,53). Sum of RGB (Red+Green+Blue) = 190+102+53=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6635 is #4199CA. Grayscale: #7B7B7B. Windows color (decimal): -4299211 or 3499710. OLE color: 3499710.
HSL color Cylindrical-coordinate representation of color #BE6635: hue angle of 21.46º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE6635 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 53 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.25 |
| HSL | 21.46º | 0.56% | 0.48% | - |
| HSV(B) | 21.46º | 0.72% | 0.75% | - |
| XYZ | 26.63 | 20.71 | 5.96 | - |
| YUV | 122.73 | 88.65 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 53 | 0 | 0.46 | 0.72 | 0.25 | 21.46 | 0.56 | 0.48 |
| Hex | BE | 66 | 35 | 0 | 2E | 48 | 19 | 15 | 38 | 30 |
| Octal | 276 | 146 | 65 | 0 | 56 | 110 | 31 | 25 | 70 | 60 |
| Binary | 10111110 | 1100110 | 110101 | 0 | 101110 | 1001000 | 11001 | 10101 | 111000 | 110000 |
Color Harmonies of #BE6635
Complementary color
Monochromatic Colors of #BE6635
Black with #BE6635
Text Example
Text Example
White with #BE6635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6635; }
p { color: rgb(190,102,53); }
H1.HeaderClassName
{
color: #BE6635;
}
.AnyTagClassName
{
color: #BE6635;
}
</style>
background-color css
<style>
a { background-color: #BE6635; }
a { background-color: rgb(190,102,53); }
div.DivClassName
{
background-color: #BE6635;
}
.BgClassName
{
background-color: #BE6635;
}
</style>
border-color css
<style>
span { border-color: #BE6635; }
span { border-color: rgb(190,102,53); }
td.TdClassName
{
border-color: #BE6635;
}
.TagClassName
{
border-color: #BE6635;
}
</style>